UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 210 B
import { PointScale as PointScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type PointOptions = Omit<PointScaleSpec, 'type'>; export declare const Point: SC<PointOptions>;