UNPKG

just-animate

Version:
4 lines (3 loc) 220 B
import { Effect, TargetConfiguration, ITimelineModel } from '../core/types'; export declare function getEffects(model: ITimelineModel): Effect[]; export declare function toEffects(config: TargetConfiguration): Effect[];