UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

7 lines (6 loc) 243 B
export declare function getMotionName(prefixCls: string, transitionName?: string, animationName?: string): string; export declare function getUUID(): number; export declare function offset(el: Element): { left: number; top: number; };