Files
copilot-toolbox-template-news/node_modules/rc-dialog/lib/util.d.ts
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;
};