UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 228 B
import { ConstantScale as ConstantScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type ConstantOptions = Omit<ConstantScaleSpec, 'type'>; export declare const Constant: SC<ConstantOptions>;