()
| 4 | import Input from '@rc-component/input'; |
| 5 | |
| 6 | const Demo: FC = () => ( |
| 7 | <Input prefixCls="rc-input" style={{ marginLeft: 200 }} /> |
| 8 | ); |
| 9 | |
| 10 | export default Demo; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…