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.

3 lines (2 loc) 253 B
import type { TBase, TBaseTagMap } from "./base.types.js"; export declare function Base<T extends TBaseTagMap = "div">({ id, tag, ref, style, children, dataset, className, listeners, onmount, onunmount, ...props }?: TBase<T>): HTMLElementTagNameMap[T];