UNPKG

233 BTypeScriptView Raw
1import { ComponentNode } from './html';
2export declare const getAnimationDuration: ($el: Element) => number;
3export declare const setAnimation: (animationClass: string, timingScale?: number) => ({dom}: ComponentNode) => Promise<{}>;