UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 223 B
import { Base } from "../Base/Base.js"; import { TBase, TBaseTagMap } from "../Base/Base.types.js"; export declare function DropdownLabel<T extends TBaseTagMap = "label">({ ...props }?: TBase<T>): HTMLElementTagNameMap[T];