UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 187 B
import { ShapeComponent as SC } from '../../runtime'; export type HollowHexagonOptions = Record<string, any>; /** * ⬡ */ export declare const HollowHexagon: SC<HollowHexagonOptions>;