Files
2026-01-12 09:12:41 +00:00

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;
};