UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 255 B
import { CompositionComponent as CC } from '../runtime'; import { GeoViewComposition } from '../spec'; export type GeoViewOptions = Omit<GeoViewComposition, 'type'>; /** * A view with geo coordinate. */ export declare const GeoView: CC<GeoViewOptions>;