UNPKG

@ariakit/react

Version:

Toolkit for building accessible web apps with React

41 lines (38 loc) 1.67 kB
"use client"; // src/select.ts import { Select } from "@ariakit/react-components/select/select"; import { SelectArrow } from "@ariakit/react-components/select/select-arrow"; import { useSelectContext } from "@ariakit/react-components/select/select-context"; import { SelectDismiss } from "@ariakit/react-components/select/select-dismiss"; import { SelectGroup } from "@ariakit/react-components/select/select-group"; import { SelectGroupLabel } from "@ariakit/react-components/select/select-group-label"; import { SelectHeading } from "@ariakit/react-components/select/select-heading"; import { SelectItem } from "@ariakit/react-components/select/select-item"; import { SelectItemCheck } from "@ariakit/react-components/select/select-item-check"; import { SelectLabel } from "@ariakit/react-components/select/select-label"; import { SelectList } from "@ariakit/react-components/select/select-list"; import { SelectPopover } from "@ariakit/react-components/select/select-popover"; import { SelectProvider } from "@ariakit/react-components/select/select-provider"; import { SelectRow } from "@ariakit/react-components/select/select-row"; import { SelectSeparator } from "@ariakit/react-components/select/select-separator"; import { useSelectStore } from "@ariakit/react-components/select/select-store"; import { SelectValue } from "@ariakit/react-components/select/select-value"; export { Select, SelectArrow, useSelectContext, SelectDismiss, SelectGroup, SelectGroupLabel, SelectHeading, SelectItem, SelectItemCheck, SelectLabel, SelectList, SelectPopover, SelectProvider, SelectRow, SelectSeparator, useSelectStore, SelectValue };