UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

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