UNPKG

react-loading-skeleton

Version:

Make beautiful, animated loading skeletons that automatically adapt to your app.

12 lines (11 loc) 295 B
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; }