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 t; get selectMonth(): string; set selectMonth(a: string); private v; get selectYear(): string; set selectYear(a: string); private r; get selectDate(): string; set selectDate(a: string); private u; get selectRange(): string; set selectRange(a: string); private s; get selectedDate(): string; set selectedDate(a: string); private w; get startDate(): string; set startDate(a: string); private k; get endDate(): string; set endDate(a: string); private o; get previousMonth(): string; set previousMonth(a: string); private l; get nextMonth(): string; set nextMonth(a: string); private p; get previousYear(): string; set previousYear(a: string); private m; get nextYear(): string; set nextYear(a: string); private q; get previousYears(): string; set previousYears(a: string); private n; get nextYears(): string; set nextYears(a: string); private x; get weekLabel(): string; set weekLabel(a: string); }