PromoCursed/node_modules/rc-dialog/es/util.d.ts
2024-08-20 23:25:37 +04: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;
};