UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 228 B
import { ScaleComponent as SC } from '../runtime'; import { QuantizeScale as QuantizeScaleSpec } from '../spec'; export type QuantizeOptions = Omit<QuantizeScaleSpec, 'type'>; export declare const Quantize: SC<QuantizeOptions>;