UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 244 B
import { ShapeComponent as SC } from '../../runtime'; export type HollowOptions = Record<string, any>; /** * Render rect in different coordinate and using color channel for stroke attribute. */ export declare const Hollow: SC<HollowOptions>;