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) 304 B
export function decode(value: any, editing: any): any; export function parse(value: any, editing: any): any; export function compareJsonProps(p1: any, p2: any): boolean; declare namespace _default { export { decode }; export { parse }; export { compareJsonProps }; } export default _default;