motion.d.ts 220 B

12
  1. import type { CSSObject, Keyframes } from '@ant-design/cssinjs';
  2. export declare const initMotion: (motionCls: string, inKeyframes: Keyframes, outKeyframes: Keyframes, duration: string, sameLevel?: boolean) => CSSObject;