UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 179 B
import { ShapeComponent as SC } from '../../runtime'; export type PathOptions = { [key: string]: any; }; /** * A filled path. */ export declare const Path: SC<PathOptions>;