export interface JalaliDateTimeOptions {
    timezone?: string;
    locale?: string;
    fullTextFormat?: string;
    titleFormat?: string;
    dateFormat?: string;
    timeFormat?: string;
}
