UNPKG

constants-js

Version:
6 lines (5 loc) 97 B
export interface WeekDay { label: string; value: number; } export const weekDays: WeekDay[];