| 17 | }) => any; |
| 18 | |
| 19 | interface TextProps extends BaseProps { |
| 20 | wrap?: boolean; |
| 21 | widows?: number; |
| 22 | orphans?: number; |
| 23 | render?: DynamicRenderCallback; |
| 24 | hyphenationCallback?: HyphenationCallback; |
| 25 | } |
| 26 | |
| 27 | interface ViewProps extends BaseProps { |
| 28 | wrap?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected