UNPKG

@ark-ui/vue

Version:

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

4 lines (3 loc) 195 B
import { DrawerStack } from '@zag-js/drawer'; export declare const provideDrawerStackStore: (stack: DrawerStack) => void; export declare const useDrawerStackStore: () => DrawerStack | undefined;