UNPKG

680 BTypeScriptView Raw
1import { NgbDatepickerI18n } from '../datepicker-i18n';
2import { NgbDateStruct } from '../../index';
3import * as i0 from "@angular/core";
4/**
5 * @since 16.0.0
6 */
7export declare class NgbDatepickerI18nAmharic extends NgbDatepickerI18n {
8 getMonthShortName(month: number, year?: number | undefined): string;
9 getMonthFullName(month: number, year?: number | undefined): string;
10 getWeekdayLabel(weekday: number, width?: Intl.DateTimeFormatOptions['weekday']): string;
11 getDayAriaLabel(date: NgbDateStruct): string;
12 static ɵfac: i0.ɵɵFactoryDeclaration<NgbDatepickerI18nAmharic, never>;
13 static ɵprov: i0.ɵɵInjectableDeclaration<NgbDatepickerI18nAmharic>;
14}