@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
6 lines (5 loc) • 405 B
TypeScript
import { TableProps } from '@zag-js/date-picker';
import { ComputedRef } from 'vue';
export interface DatePickerTablePropsContext extends TableProps {
}
export declare const DatePickerTablePropsProvider: (opts: ComputedRef<DatePickerTablePropsContext>) => void, useDatePickerTablePropsContext: (fallback?: ComputedRef<DatePickerTablePropsContext> | undefined) => ComputedRef<DatePickerTablePropsContext>;