UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 410 B
import { ViewProps } from '@zag-js/date-picker'; export interface DatePickerViewPropsContext extends Required<ViewProps> { } export declare const DEFAULT_VIEW_PROPS_CONTEXT: DatePickerViewPropsContext; export declare const DatePickerViewPropsProvider: (opts: DatePickerViewPropsContext) => void, useDatePickerViewPropsContext: (fallback?: DatePickerViewPropsContext | undefined) => DatePickerViewPropsContext;