react-loading-skeleton
Version:
Make beautiful, animated loading skeletons that automatically adapt to your app.
13 lines (12 loc) • 335 B
TypeScript
export interface SkeletonStyleProps {
baseColor?: string;
highlightColor?: string;
width?: string | number;
height?: string | number;
borderRadius?: string | number;
inline?: boolean;
duration?: number;
direction?: 'ltr' | 'rtl';
enableAnimation?: boolean;
customHighlightBackground?: string;
}