UNPKG

@platformbuilders/react-elements

Version:

Platform Builders Shared Components Library For React Web

24 lines 541 B
export declare type AnimationObject = { v: string; fr: number; ip: number; op: number; w: number; h: number; nm: string; ddd: number; assets: any[]; layers: any[]; }; export declare type Animations = { circularLoading?: string | AnimationObject | { uri: string; }; linearLoading?: string | AnimationObject | { uri: string; }; buttonLoading?: string | AnimationObject | { uri: string; }; }; //# sourceMappingURL=Animations.d.ts.map