UNPKG

hijri-datepicker-component

Version:

Forked and enhanced version of datepicker-hijri with additional features. The 'Hijri Datepicker' is a user interface component designed to facilitate the selection and display of Hijri (Islamic) dates in applications. It offers a visual calendar interface

13 lines (12 loc) 281 B
export declare class DayNames { arabicDayNames: string[]; arabicFullDayNames: string[]; englishDayNames: string[]; /** * The language code */ langCode: string; selectedDayNames: any; componentWillLoad(): void; render(): any; }