(props: Props)
| 37 | * ``` |
| 38 | */ |
| 39 | const DialogContent = (props: Props) => ( |
| 40 | <View {...props} style={[styles.container, props.style]}> |
| 41 | {props.children} |
| 42 | </View> |
| 43 | ); |
| 44 | |
| 45 | DialogContent.displayName = 'Dialog.Content'; |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…