UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

10 lines (9 loc) 252 B
import type { Locale } from "date-fns"; export interface DatePickerState { displayMonth: number; displayYear: number; locale: Locale | undefined; selectedDay: number | null; value: Date | null; selectedShortcutIndex?: number; }