mirror of
https://github.com/jaandrle/deka-dom-el
synced 2024-11-21 15:39:36 +01:00
8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import { el, assign, on } from "./index.d";
|
|
export * from "./index.d";
|
|
export function register(dom: JSDOM): Promise<{
|
|
el: typeof el,
|
|
assign: typeof assign,
|
|
on: typeof on
|
|
}>
|