UNPKG

@heroui/listbox

Version:

A listbox displays a list of options and allows a user to select one or more of them.

11 lines (8 loc) 218 B
"use client"; // src/base/listbox-item-base.tsx import { BaseItem } from "@heroui/aria-utils"; var ListboxItemBase = BaseItem; var listbox_item_base_default = ListboxItemBase; export { listbox_item_base_default };