UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 236 B
import { MarkComponent as MC } from '../runtime'; import { ShapeMark } from '../spec'; export type ShapeOptions = Omit<ShapeMark, 'type'>; /** * @todo Unify with text, image and point. */ export declare const Shape: MC<ShapeOptions>;