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.
12 lines • 409 B
JavaScript
import { IgcCalendarResourceStringEN, } from './calendar.resources.js';
export const IgcDateRangePickerResourceStringsEN = {
separator: 'to',
done: 'Done',
cancel: 'Cancel',
last7Days: 'Last 7 days',
last30Days: 'Last 30 days',
currentMonth: 'Current month',
yearToDate: 'Year to date',
...IgcCalendarResourceStringEN,
};
//# sourceMappingURL=date-range-picker.resources.js.map