UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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