| 1 | export 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…