UNPKG

@ark-ui/react

Version:

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

5 lines (4 loc) 235 B
import { DrawerStack } from '@zag-js/drawer'; import { Provider } from 'react'; export declare const DrawerStackStoreProvider: Provider<DrawerStack | undefined>; export declare const useDrawerStackStore: () => DrawerStack | undefined;