@heroui/select
Version:
A select displays a collapsible list of options and allows a user to select one of them.
21 lines (19 loc) • 390 B
JavaScript
"use client";
import {
select_default
} from "./chunk-2GIFKCNQ.mjs";
import {
HiddenSelect
} from "./chunk-YVPTWIXA.mjs";
import {
useSelect
} from "./chunk-ONGPOZUT.mjs";
// src/index.ts
import { ListboxItem, ListboxSection } from "@heroui/listbox";
export {
HiddenSelect,
select_default as Select,
ListboxItem as SelectItem,
ListboxSection as SelectSection,
useSelect
};