UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

36 lines (35 loc) 737 B
export declare const Skeleton: { baseStyle: () => { startColor: string; _dark: { startColor: string; }; endColor: string; overflow: string; fadeDuration: number; speed: number; h: string; w: string; }; }; export declare const SkeletonText: { baseStyle: () => { startColor: string; _dark: { startColor: string; }; endColor: string; fadeDuration: number; w: string; speed: number; flexDirection: string; _line: { h: number; rounded: string; }; }; defaultProps: { lines: number; space: number; }; };