6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
export declare function getMotionName(prefixCls: string, transitionName?: string, animationName?: string): string;
|
|
export declare function offset(el: Element): {
|
|
left: number;
|
|
top: number;
|
|
};
|