UNPKG

243 BTypeScriptView Raw
1export declare function getMotionName(prefixCls: string, transitionName?: string, animationName?: string): string;
2export declare function getUUID(): number;
3export declare function offset(el: Element): {
4 left: number;
5 top: number;
6};