UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

10 lines 242 B
import type { AnimationFactory } from './animation'; interface ScaleProps { from?: number; to?: number; } export declare const scale: AnimationFactory<ScaleProps, { scale: number; }>; export {}; //# sourceMappingURL=scale.d.ts.map