UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 236 B
import { ShapeComponent as SC } from '../../runtime'; export type ColorOptions = { colorAttribute: 'fill' | 'stroke'; [key: string]: any; }; /** * Draw a filled or hollow path. */ export declare const Color: SC<ColorOptions>;