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

15 lines
404 B
TypeScript

declare const domObjects: {
init: any;
document: Document;
DocumentFragment: typeof DocumentFragment;
SVGElement: typeof SVGElement;
SVGSVGElement: typeof SVGSVGElement;
SVGElementInstance: any;
Element: typeof Element;
HTMLElement: typeof HTMLElement;
Event: typeof Event;
Touch: typeof Touch;
PointerEvent: typeof PointerEvent;
};
export default domObjects;