UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 254 B
import { CompositionComponent as CC } from '../runtime'; import { GeoPathComposition } from '../spec'; export type GeoPathOptions = Omit<GeoPathComposition, 'type'>; /** * Wrap GeoPath by a GeoView. */ export declare const GeoPath: CC<GeoPathOptions>;