UNPKG

@jay-js/system

Version:

A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.

4 lines (3 loc) 243 B
import type { TBaseTagMap } from "./base.types"; export declare function createJayJsElementClass<T extends TBaseTagMap>(tagName: T): new () => HTMLElement; export declare function registerJayJsElement<T extends TBaseTagMap>(tagName: T): void;