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

Interface ItemProps

examples/components/LoaderItem.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type TProps = LoaderSizeMarginProps & LoaderHeightWidthRadiusProps;
5
6interface ItemProps {
7 color: string;
8 name: string;
9 Spinner: React.ComponentType<TProps>;
10}
11
12function LoaderItem({ color, Spinner, name }: ItemProps) {
13 return (

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…