UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

54 lines (53 loc) 1.4 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebCalendarResourceStringsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private q; get selectMonth(): string; set selectMonth(a: string); private s; get selectYear(): string; set selectYear(a: string); private o; get selectDate(): string; set selectDate(a: string); private r; get selectRange(): string; set selectRange(a: string); private p; get selectedDate(): string; set selectedDate(a: string); private t; get startDate(): string; set startDate(a: string); private h; get endDate(): string; set endDate(a: string); private l; get previousMonth(): string; set previousMonth(a: string); private i; get nextMonth(): string; set nextMonth(a: string); private m; get previousYear(): string; set previousYear(a: string); private j; get nextYear(): string; set nextYear(a: string); private n; get previousYears(): string; set previousYears(a: string); private k; get nextYears(): string; set nextYears(a: string); private u; get weekLabel(): string; set weekLabel(a: string); }