UNPKG

ant-design-vue

Version:

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

10 lines (9 loc) 283 B
import type { CSSInterpolation } from './hooks/useStyleRegister'; declare class Keyframe { private name; style: CSSInterpolation; constructor(name: string, style: CSSInterpolation); getName(hashId?: string): string; _keyframe: boolean; } export default Keyframe;