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.

5 lines (4 loc) 226 B
import * as englishTranslations from './en.json'; import * as frenchTranslations from './fr.json'; import * as afrikaansTranslations from './af.json'; export { englishTranslations, frenchTranslations, afrikaansTranslations };