UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

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