UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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