UNPKG

@opendatasoft/visualizations-react

Version:

Opendatasoft's React wrapper for visualization components.

18 lines (17 loc) 1.71 kB
import '@opendatasoft/visualizations/dist/index.css'; import type { ChartProps, KpiProps, MarkdownTextProps, ChoroplethGeoJsonProps, ChoroplethVectorTilesProps, PoiMapProps, WebGlMapProps, TableProps, BooleanFormatProps, DateFormatProps, GeoFormatProps, TextFormatProps, URLFormatProps, NumberFormatProps } from '@opendatasoft/visualizations'; export declare const Chart: (props: ChartProps) => import("react").JSX.Element; export declare const KpiCard: (props: KpiProps) => import("react").JSX.Element; export declare const MarkdownText: (props: MarkdownTextProps) => import("react").JSX.Element; export declare const ChoroplethGeoJson: (props: ChoroplethGeoJsonProps) => import("react").JSX.Element; export declare const ChoroplethVectorTiles: (props: ChoroplethVectorTilesProps) => import("react").JSX.Element; export declare const ChoroplethSvg: (props: ChoroplethGeoJsonProps) => import("react").JSX.Element; export declare const PoiMap: (props: PoiMapProps) => import("react").JSX.Element; export declare const WebGlMap: (props: WebGlMapProps) => import("react").JSX.Element; export declare const Table: (props: TableProps) => import("react").JSX.Element; export declare const BooleanFormat: (props: BooleanFormatProps) => import("react").JSX.Element; export declare const DateFormat: (props: DateFormatProps) => import("react").JSX.Element; export declare const GeoFormat: (props: GeoFormatProps) => import("react").JSX.Element; export declare const TextFormat: (props: TextFormatProps) => import("react").JSX.Element; export declare const NumberFormat: (props: NumberFormatProps) => import("react").JSX.Element; export declare const URLFormat: (props: URLFormatProps) => import("react").JSX.Element;