util.d.ts 243 Bytes Raw Blame History Permalink 1 2 3 4 5 6 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; };