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.

7 lines (6 loc) 246 B
import { default as ResponsiveContainer } from './ResponsiveContainer'; import { default as ScrollToTop } from './ScrollTop'; export * from './containers'; export * from './Customizer'; export default ResponsiveContainer; export { ScrollToTop };