UNPKG

expo-skeleton-loading

Version:

Expo equivalent of react-native-skeleton-loading

12 lines (10 loc) 217 B
export interface SkeletonLoading { /** * background of the loader componenet */ background: string, /** * highlight color of the loader component */ highlight: string }