UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

5 lines (3 loc) 139 B
export type EffectiveHourFormat = "12" | "24"; export type HourFormat = "user" | EffectiveHourFormat; export type Meridiem = "AM" | "PM";