UNPKG

@ui5/webcomponents-localization

Version:
12 lines 341 B
import getLocale from "@ui5/webcomponents-base/dist/locale/getLocale.js"; const emptyFn = () => { }; /** * OpenUI5 FormatSettings shim */ const FormatSettings = { getFormatLocale: getLocale, getLegacyDateFormat: emptyFn, getCustomLocaleData: emptyFn, }; export default FormatSettings; //# sourceMappingURL=FormatSettings.js.map