mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
import { globalThis_ } from "./globalThis.mjs";
|
|
|
|
//#region src/_internal/DOMException.d.ts
|
|
declare const DOMException: typeof globalThis_.DOMException;
|
|
//#endregion
|
|
export { DOMException }; |