UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 208 B
import { ShapeComponent as SC } from '../../runtime'; export type DensityOptions = { colorAttribute: 'fill' | 'stroke'; }; /** * Draw density shape. */ export declare const Density: SC<DensityOptions>;