@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) • 312 B
TypeScript
export { getComponentByNameIgnoreCase, components, reducers, customizer } from './embeddable/index';
export * from './conf';
export * from './layout';
export * from './tracker';
export * from './redux';
export * from './lib';
export * from './translations';
export * from './countries';
export * from './utils';