UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 195 B
import { MarkComponent as MC } from '../runtime'; import { DensityMark } from '../spec'; export type DensityOptions = Omit<DensityMark, 'type'>; export declare const Density: MC<DensityOptions>;