| 10 | } |
| 11 | |
| 12 | export interface LoaderHeightWidthProps extends CommonProps { |
| 13 | height?: LengthType; |
| 14 | width?: LengthType; |
| 15 | } |
| 16 | |
| 17 | export interface LoaderSizeProps extends CommonProps { |
| 18 | size?: LengthType; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…