| 181 | }; |
| 182 | |
| 183 | interface CompoundedComponent |
| 184 | extends React.ForwardRefExoticComponent< |
| 185 | Props & React.RefAttributes<TextInputHandles> |
| 186 | > { |
| 187 | Icon: React.FunctionComponent<TextInputIconProps>; |
| 188 | Affix: React.FunctionComponent<Partial<TextInputAffixProps>>; |
| 189 | } |
| 190 | |
| 191 | type TextInputHandles = Pick< |
| 192 | NativeTextInput, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…