UNPKG

@ark-ui/vue

Version:

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

4 lines (3 loc) 283 B
import { UseMenuReturn } from './use-menu'; export type UseMenuMachineContext = UseMenuReturn['machine'] | undefined; export declare const MenuMachineProvider: (opts: UseMenuMachineContext) => void, useMenuMachineContext: (fallback?: UseMenuMachineContext) => UseMenuMachineContext;