UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

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