| 27 | import { forwardRef } from '../utils/forwardRef'; |
| 28 | |
| 29 | interface Style { |
| 30 | marginRight: number; |
| 31 | } |
| 32 | |
| 33 | export type Props = React.ComponentPropsWithRef<typeof TextInput> & { |
| 34 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…