Files
2026-01-09 14:52:46 +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;
};