UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 262 B
import { UseDialogReturn } from './use-dialog'; export interface UseDialogContext extends UseDialogReturn { } export declare const DialogProvider: (opts: UseDialogContext) => void, useDialogContext: (fallback?: UseDialogContext | undefined) => UseDialogContext;