@ui5/webcomponents-localization
Version:
Localization for UI5 Web Components
26 lines (25 loc) • 946 B
TypeScript
/**
* OpenUI5 Core shim
*/
declare const Core: {
getConfiguration: () => {
getLanguage: () => string | undefined;
getCalendarType: () => import("@ui5/webcomponents-base/dist/types/CalendarType.js").default;
getSupportedLanguages: () => string[] | null;
getOriginInfo: () => void;
getFormatSettings: () => {
getFormatLocale: (lang?: string) => import("@ui5/webcomponents-base/dist/locale/Locale.js").default;
getLegacyDateFormat: () => void;
getCustomLocaleData: () => void;
};
getTimezone: () => string;
getCalendarWeekNumbering: () => string;
};
getLibraryResourceBundle: void;
getFormatSettings: () => {
getFormatLocale: (lang?: string) => import("@ui5/webcomponents-base/dist/locale/Locale.js").default;
getLegacyDateFormat: () => void;
getCustomLocaleData: () => void;
};
};
export default Core;