@ui5/webcomponents-localization
Version:
Localization for UI5 Web Components
6 lines (5 loc) • 366 B
TypeScript
import type CalendarType from "@ui5/webcomponents-base/dist/types/CalendarType.js";
import CalendarDate from "./CalendarDate.js";
declare const getMinCalendarDate: (primaryCalendarType: `${CalendarType}`) => CalendarDate;
declare const getMaxCalendarDate: (primaryCalendarType: `${CalendarType}`) => CalendarDate;
export { getMinCalendarDate, getMaxCalendarDate, };