@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
2 lines (1 loc) • 498 B
JavaScript
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./providers/IntlProvider.js"),o=require("./providers/Provider.js"),r="@@intl/UPDATE",a=({locale:e,formats:t,messages:i})=>({type:r,payload:{locale:e,formats:t,messages:i}}),n={locale:"en",messages:{}};function d(e=n,t){return t.type!==r?e:{...e,...t.payload}}exports.IntlProvider=l.default;exports.Provider=o.default;exports.UPDATE=r;exports.initialState=n;exports.intlReducer=d;exports.updateIntl=a;