UNPKG

date-range-picker-mui

Version:
7 lines (5 loc) 161 B
export type Marker = symbol; export const MARKERS: { [key: string]: Marker } = { FIRST_MONTH: Symbol('firstMonth'), SECOND_MONTH: Symbol('secondMonth'), };