legendContinuousSize.d.ts 267 B

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