UNPKG

@carbon/charts

Version:
7 lines (6 loc) 222 B
import { GeoProjection } from '../essentials/geo-projection'; export declare class Choropleth extends GeoProjection { type: string; render(animate?: boolean): void; addCountryAreaEventListener(): void; }