UNPKG

@jay-js/ui

Version:

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

5 lines (4 loc) 274 B
import { Base } from "../Base/index.js"; import { TSelectItem } from "./SelectItem.types.js"; import { TBaseTagMap } from "../Base/Base.types.js"; export declare function SelectItem<T extends TBaseTagMap = "option">({ ...props }?: TSelectItem<T>): HTMLElementTagNameMap[T];