UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

11 lines (8 loc) 316 B
'use client'; import { createContext } from '../../utils/create-context.js'; const [ListboxItemProvider, useListboxItemContext] = createContext({ name: "ListboxItemContext", hookName: "useListboxItemContext", providerName: "<ListboxItemProvider />" }); export { ListboxItemProvider, useListboxItemContext };