@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
7 lines (6 loc) • 322 B
text/typescript
import { TimeUnit } from '@zag-js/time-picker';
import { Provider } from 'react';
export interface UseTimePickerColumnPropsContext {
unit: TimeUnit;
}
export declare const TimePickerColumnPropsProvider: Provider<UseTimePickerColumnPropsContext>, useTimePickerColumnPropsContext: () => UseTimePickerColumnPropsContext;