UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 223 B
import { DataComponent as DC } from '../runtime'; import { MapTransform } from '../spec'; export type MapOptions = Omit<MapTransform, 'type'>; /** * Map transform by function. */ export declare const Map: DC<MapOptions>;