UNPKG

igniteui-react-core

Version:
56 lines (55 loc) 1.48 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; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private s; get selectMonth(): string; set selectMonth(a: string); private u; get selectYear(): string; set selectYear(a: string); private q; get selectDate(): string; set selectDate(a: string); private t; get selectRange(): string; set selectRange(a: string); private r; get selectedDate(): string; set selectedDate(a: string); private v; get startDate(): string; set startDate(a: string); private j; get endDate(): string; set endDate(a: string); private n; get previousMonth(): string; set previousMonth(a: string); private k; get nextMonth(): string; set nextMonth(a: string); private o; get previousYear(): string; set previousYear(a: string); private l; get nextYear(): string; set nextYear(a: string); private p; get previousYears(): string; set previousYears(a: string); private m; get nextYears(): string; set nextYears(a: string); private w; get weekLabel(): string; set weekLabel(a: string); }