(args)
| 3 | import { colors } from '../options'; |
| 4 | |
| 5 | function Example(args) { |
| 6 | return <Spinner {...args} />; |
| 7 | } |
| 8 | |
| 9 | Example.args = { |
| 10 | type: 'border', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…