UNPKG

just-animate

Version:
5 lines (4 loc) 256 B
import { ITimelineModel } from '../core/types'; import { TargetConfiguration } from '../core/types'; export declare function setup(model: ITimelineModel): void; export declare function setupTarget(model: ITimelineModel, config: TargetConfiguration): void;