UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 348 B
import { TimeUnit } from '@zag-js/time-picker'; export interface UseTimePickerColumnPropsContext { unit: TimeUnit; } export declare const TimePickerColumnPropsProvider: (opts: UseTimePickerColumnPropsContext) => void, useTimePickerColumnPropsContext: (fallback?: UseTimePickerColumnPropsContext | undefined) => UseTimePickerColumnPropsContext;