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.

8 lines (7 loc) 149 B
export declare const COUNTRY_OPTIONS: { text: string; key: string; value: string; flag: string; }[]; export default COUNTRY_OPTIONS;