UNPKG

854 BTypeScriptView Raw
1import { SVGAttributes } from 'react';
2import ContentLoader from './ContentLoader';
3export interface IContentLoaderProps extends SVGAttributes<SVGElement> {
4 animate?: boolean;
5 backgroundColor?: string;
6 backgroundOpacity?: number;
7 baseUrl?: string;
8 foregroundColor?: string;
9 foregroundOpacity?: number;
10 gradientRatio?: number;
11 interval?: number;
12 rtl?: boolean;
13 speed?: number;
14 title?: string;
15 uniqueKey?: string;
16}
17export { default as Facebook } from './presets/FacebookStyle';
18export { default as Instagram } from './presets/InstagramStyle';
19export { default as Code } from './presets/CodeStyle';
20export { default as List } from './presets/ListStyle';
21export { default as BulletList } from './presets/BulletListStyle';
22export default ContentLoader;
23//# sourceMappingURL=index.d.ts.map
\No newline at end of file