@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
7 lines (6 loc) • 330 B
text/typescript
import { DrawerStackApi } from '@zag-js/drawer';
import { PropTypes } from '@zag-js/react';
import { Provider } from 'react';
export interface UseDrawerStackContext extends DrawerStackApi<PropTypes> {
}
export declare const DrawerStackProvider: Provider<UseDrawerStackContext>, useDrawerStackContext: () => UseDrawerStackContext;