@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
6 lines (5 loc) • 318 B
JavaScript
import { createContext } from "../../utils/create-context.js";
//#region src/components/combobox/use-combobox-item-props-context.ts
var [ComboboxItemPropsProvider, useComboboxItemPropsContext] = createContext("ComboboxItemPropsContext");
//#endregion
export { ComboboxItemPropsProvider, useComboboxItemPropsContext };