| 24 | } |
| 25 | |
| 26 | export interface LoaderHeightWidthRadiusProps extends CommonProps { |
| 27 | height?: LengthType; |
| 28 | width?: LengthType; |
| 29 | radius?: LengthType; |
| 30 | margin?: LengthType; |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…