UNPKG

@ark-ui/vue

Version:

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

5 lines (4 loc) 331 B
import { TableProps } from '@zag-js/date-picker'; export interface DatePickerTablePropsContext extends TableProps { } export declare const DatePickerTablePropsProvider: (opts: DatePickerTablePropsContext) => void, useDatePickerTablePropsContext: (fallback?: DatePickerTablePropsContext | undefined) => DatePickerTablePropsContext;