UNPKG

constants-js

Version:
7 lines (6 loc) 135 B
export interface IslamicMonth { label_en: string; label_ar: string; value: number; } export const islamicMonths: IslamicMonth[];