UNPKG

138 BTypeScriptView Raw
1import { Animation } from './animation-interface';
2export declare const createAnimation: (animationId?: string | undefined) => Animation;