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) 311 B
export declare const post: (url: string, params: Record<string, unknown>, isBlob?: boolean) => Promise<unknown>; export declare const get: <T extends any>(url: string, params?: {}) => Promise<T>; export declare const queryParams: (params: any) => string; export declare const getAnaliticUserCode: () => string;