legendContinuousBlockSize.d.ts 282 B

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