UNPKG

react-native-gradient-shimmer

Version:

⚛ A pure JavaScript, performant, typed shimmer component for Android and iOS.

7 lines (6 loc) 117 B
export declare type LinearGradientPropsType = { colors: any; style?: any; start?: any; end?: any; };