legendContinuousBlock.d.ts 270 B

1234
  1. import { GuideComponentComponent as GCC } from '../runtime';
  2. import { LegendContinuousOptions } from './legendContinuous';
  3. export type LegendContinuousBlockOptions = LegendContinuousOptions;
  4. export declare const LegendContinuousBlock: GCC<LegendContinuousBlockOptions>;