2023-09-05 11:01:29 +02:00
|
|
|
import { el, assign, on } from "../index.d";
|
2023-09-06 14:54:02 +02:00
|
|
|
export * from "../index.d";
|
2023-09-05 11:01:29 +02:00
|
|
|
export function register(dom: typeof document): Promise<{
|
|
|
|
el: typeof el,
|
|
|
|
assign: typeof assign,
|
|
|
|
on: typeof on
|
|
|
|
}>
|