UNPKG

@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.

10 lines (9 loc) 287 B
const _ = { REACT_APP_WP_API: process.env.VITE_REACT_APP_WP_API || "/wp/wp-json", REACT_APP_API_ROOT: process.env.VITE_REACT_APP_API_ROOT, GA_CODE: process.env.VITE_REACT_APP_GA_CODE, DEFAULT_LOCALE: process.env.VITE_REACT_APP_DEFAULT_LOCALE || "en" }; export { _ as Config };