()
| 3 | import Aaa from './Aaa'; |
| 4 | |
| 5 | const Demo = () => ( |
| 6 | <div> |
| 7 | <Space> |
| 8 | <Space direction="vertical"> |
| 9 | <ColorPicker defaultValue="#1677ff" size="small" /> |
| 10 | <ColorPicker defaultValue="#1677ff" /> |
| 11 | <ColorPicker defaultValue="#1677ff" size="large" /> |
| 12 | </Space> |
| 13 | <Space direction="vertical"> |
| 14 | <ColorPicker defaultValue="#1677ff" size="small" showText /> |
| 15 | <ColorPicker defaultValue="#1677ff" showText /> |
| 16 | <ColorPicker defaultValue="#1677ff" size="large" showText /> |
| 17 | </Space> |
| 18 | </Space> |
| 19 | <Aaa></Aaa> |
| 20 | </div> |
| 21 | ); |
| 22 | |
| 23 | export default Demo; |
nothing calls this directly
no outgoing calls
no test coverage detected