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.

13 lines (12 loc) 320 B
import { default as React } from 'react'; interface MeasuresProps { parent?: string; editing?: boolean; unique?: string; "data-label"?: string; "data-group": string; "data-app": string; "data-measures-groups"?: any; } declare const Measures: React.FC<MeasuresProps>; export default Measures;