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

Interface LoaderHeightWidthProps

src/helpers/props.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface LoaderHeightWidthProps extends CommonProps {
13 height?: LengthType;
14 width?: LengthType;
15}
16
17export interface LoaderSizeProps extends CommonProps {
18 size?: LengthType;

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…