UNPKG

@ark-ui/react

Version:

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

5 lines (4 loc) 279 B
import { UseMenuReturn } from './use-menu'; import { Provider } from 'react'; export type UseMenuMachineContext = UseMenuReturn['service'] | undefined; export declare const MenuMachineProvider: Provider<UseMenuMachineContext>, useMenuMachineContext: () => UseMenuMachineContext;