Files
video-gen/video-gen-admin/node_modules/antd/lib/style/motion/motion.d.ts
T
2026-05-25 17:08:18 +08:00

3 lines
220 B
TypeScript

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