UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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