1 | import { NgbDatepickerI18n } from '../datepicker-i18n';
|
2 | import { NgbDateStruct } from '../../index';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 | export 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 | }
|