| 6 | import { StyleProp, ViewStyle, ScaledSize } from "react-native"; |
| 7 | |
| 8 | interface DefaultRendererOptions { |
| 9 | state: any; |
| 10 | screen: ScaledSize; |
| 11 | } |
| 12 | |
| 13 | export function DefaultRenderer(defaultRendererOptions: DefaultRendererOptions): any; |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected