UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines (12 loc) 399 B
import type { FlexLayout, GuideComponentComponent as GCC, GuideComponentPosition as GCP } from '../runtime'; export type LegendContinuousOptions = { layout?: FlexLayout; position?: GCP; title?: string | string[]; [key: string]: any; }; /** * Guide Component for continuous color scale. * @todo Custom style. */ export declare const LegendContinuous: GCC<LegendContinuousOptions>;