mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-01-11 16:26:28 +01:00
🚚
This commit is contained in:
7
jsdom.d.ts
vendored
Normal file
7
jsdom.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { el, assign, on } from "./index.d";
|
||||
export * from "./index.d";
|
||||
export function register(dom: typeof document): Promise<{
|
||||
el: typeof el,
|
||||
assign: typeof assign,
|
||||
on: typeof on
|
||||
}>
|
||||
Reference in New Issue
Block a user