UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 267 B
import { GuideComponentComponent as GCC } from '../runtime'; import { LegendContinuousOptions } from './legendContinuous'; export type LegendContinuousSizeOptions = LegendContinuousOptions; export declare const LegendContinuousSize: GCC<LegendContinuousSizeOptions>;