UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 265 B
import { UseDrawerReturn } from './use-drawer.js'; export interface UseDrawerContext extends UseDrawerReturn { } export declare const DrawerProvider: (opts: UseDrawerContext) => void, useDrawerContext: (fallback?: UseDrawerContext | undefined) => UseDrawerContext;