igniteui-webcomponents
Version:
Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
18 lines (17 loc) • 465 B
TypeScript
export interface IgcCalendarResourceStrings {
selectMonth: string;
selectYear: string;
selectDate: string;
selectRange: string;
selectedDate: string;
startDate: string;
endDate: string;
previousMonth: string;
nextMonth: string;
previousYear: string;
nextYear: string;
previousYears: string;
nextYears: string;
weekLabel: string;
}
export declare const IgcCalendarResourceStringEN: IgcCalendarResourceStrings;