()
| 27 | }; |
| 28 | |
| 29 | export const Checkbox = () => ( |
| 30 | <div style={{ display: 'flex', width: 160, justifyContent: 'space-between' }}> |
| 31 | <CheckboxDemo /> |
| 32 | </div> |
| 33 | ); |
| 34 | |
| 35 | Checkbox.story = { |
| 36 | name: 'Checkbox', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…