UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

12 lines 249 B
let currentLocale = 'en-US'; const locale = { getLocale() { return currentLocale; }, setLocale(newLocale) { currentLocale = newLocale; }, }; Object.freeze(locale); export { locale }; //# sourceMappingURL=locale.js.map