PromoCursed/node_modules/rc-dialog/es/util.d.ts

6 lines
200 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
export declare function getMotionName(prefixCls: string, transitionName?: string, animationName?: string): string;
export declare function offset(el: Element): {
left: number;
top: number;
};