UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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