@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
6 lines (5 loc) • 307 B
JavaScript
//#region src/components/menu/use-menu-machine-context.ts
var [MenuMachineProvider, useMenuMachineContext] = require("../../utils/create-context.cjs").createContext("MenuMachineContext");
//#endregion
exports.MenuMachineProvider = MenuMachineProvider;
exports.useMenuMachineContext = useMenuMachineContext;