UNPKG

@jay-js/ui

Version:

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

7 lines (6 loc) 426 B
import { TSelect } from "./Select.types.js"; import { Typography } from "../Typography/index.js"; import { Base } from "../Base/Base.js"; import { mergeClasses } from "../../utils/mergeClasses.js"; import { TBaseTagMap } from "../Base/Base.types.js"; export declare function Select<T extends TBaseTagMap = "select">({ bordered, ghost, size, color, label, labelAlt, helpers, ...props }?: TSelect<T>): HTMLElementTagNameMap[T];