MCPcopy
hub / github.com/davidhu2000/react-spinners / LoaderHeightWidthRadiusProps

Interface LoaderHeightWidthRadiusProps

src/helpers/props.ts:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface LoaderHeightWidthRadiusProps extends CommonProps {
27 height?: LengthType;
28 width?: LengthType;
29 radius?: LengthType;
30 margin?: LengthType;
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…