django-vue3-admin-web/node_modules/@interactjs/utils/window.d.ts
2025-10-20 21:21:14 +08:00

8 lines
235 B
TypeScript

export declare let realWindow: Window;
declare let win: Window;
export { win as window };
export declare function init(window: Window & {
wrap?: (...args: any[]) => any;
}): void;
export declare function getWindow(node: any): any;