mirror of
https://github.com/jaandrle/deka-dom-el
synced 2024-11-22 15:59:37 +01:00
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
|
import { el, assign, on } from "../index.d";
|
||
|
export function register(dom: typeof document): Promise<{
|
||
|
el: typeof el,
|
||
|
assign: typeof assign,
|
||
|
on: typeof on
|
||
|
}>
|