UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

5 lines (4 loc) 252 B
import { Base } from "../Base/Base.js"; import { TInput } from "./Input.types.js"; import { TBaseTagMap } from "../Base/Base.types.js"; export declare function Input<T extends TBaseTagMap = "input">({ ...props }?: TInput<T>): HTMLElementTagNameMap[T];