UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 234 B
import { ScaleComponent as SC } from '../runtime'; import { ThresholdScale as ThresholdScaleSpec } from '../spec'; export type ThresholdOptions = Omit<ThresholdScaleSpec, 'type'>; export declare const Threshold: SC<ThresholdOptions>;