UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 255 B
import { createContext } from "../../utils/create-context.js"; //#region src/components/listbox/use-listbox-context.ts var [ListboxProvider, useListboxContext] = createContext("ListboxContext"); //#endregion export { ListboxProvider, useListboxContext };