UNPKG

@codivion/canvas-preview-react

Version:

A React component for rendering timeline video editor canvas with JSON data

8 lines 296 B
export interface AnimationConfig { initial: any; animate: any; transition?: any; } export declare const animationCategories: Record<string, any>; export declare const getAnimationConfig: (animationType: string) => AnimationConfig | null; //# sourceMappingURL=animationConfigs.d.ts.map