UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 204 B
import { MarkComponent as MC } from '../runtime'; import { PathMark } from '../spec'; export type PathOptions = Omit<PathMark, 'type'>; /** * Draw a path. */ export declare const Path: MC<PathOptions>;