UNPKG

@ark-ui/react

Version:

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

17 lines (12 loc) 489 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const createContext = require('../../utils/create-context.cjs'); const [MenuMachineProvider, useMenuMachineContext] = createContext.createContext({ name: "MenuMachineContext", hookName: "useMenuMachineContext", providerName: "<MenuMachineProvider />", strict: false }); exports.MenuMachineProvider = MenuMachineProvider; exports.useMenuMachineContext = useMenuMachineContext;