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.
9 lines (8 loc) • 598 B
TypeScript
import { type IgcCalendarResourceStrings } from './calendar.resources.js';
/** @deprecated since 7.2.0. Please use the newly provided `IDatePickerResourceStrings` and `ICalendarResourceStrings` interfaces or set global resource strings using `registerI18n` method. */
export interface IgcDatePickerResourceStrings extends IgcCalendarResourceStrings {
changeDate: string;
chooseDate: string;
}
/** @deprecated since 7.2.0. Please use the newly provided resources from the igniteui-i18n-resources package. */
export declare const IgcDatePickerResourceStringsEN: IgcDatePickerResourceStrings;