MCPcopy
hub / github.com/dvtng/react-loading-skeleton / SkeletonStyleProps

Interface SkeletonStyleProps

src/SkeletonStyleProps.ts:1–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface SkeletonStyleProps {
2 baseColor?: string;
3 highlightColor?: string;
4
5 width?: string | number;
6 height?: string | number;
7 borderRadius?: string | number;
8 inline?: boolean;
9
10 duration?: number;
11 direction?: 'ltr' | 'rtl';
12 enableAnimation?: boolean;
13
14 customHighlightBackground?: string;
15}

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…