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.
14 lines (13 loc) • 735 B
TypeScript
import { type IgcCalendarResourceStrings } from './calendar.resources.js';
/** @deprecated since 7.2.0. Please use the newly provided `ICalendarResourceStrings` and `IDateRangePickerResourceStrings` interfaces or set global resource strings using `registerI18n` method. */
export interface IgcDateRangePickerResourceStrings extends IgcCalendarResourceStrings {
separator?: string;
done?: string;
cancel?: string;
last7Days?: string;
last30Days?: string;
currentMonth?: string;
yearToDate?: string;
}
/** @deprecated since 7.2.0. Please use the newly provided resources from the igniteui-i18n-resources package. */
export declare const IgcDateRangePickerResourceStringsEN: IgcDateRangePickerResourceStrings;