| 19 | } |
| 20 | |
| 21 | export interface LoaderSizeMarginProps extends CommonProps { |
| 22 | size?: LengthType; |
| 23 | margin?: LengthType; |
| 24 | } |
| 25 | |
| 26 | export interface LoaderHeightWidthRadiusProps extends CommonProps { |
| 27 | height?: LengthType; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…