UNPKG

@zenithui/day-picker

Version:

A ZenithUi Time Picker is React component enables users to select a date or date range from calendar.

4 lines (3 loc) 218 B
import type { DayPickerContextProps } from "../types"; export declare const DayPickerContext: import("react").Context<DayPickerContextProps | undefined>; export declare const useDayPicker: () => DayPickerContextProps;