| 15 | } |
| 16 | |
| 17 | export interface LoaderSizeProps extends CommonProps { |
| 18 | size?: LengthType; |
| 19 | } |
| 20 | |
| 21 | export interface LoaderSizeMarginProps extends CommonProps { |
| 22 | size?: LengthType; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…