UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

14 lines (13 loc) 357 B
import { GuideComponentComponent as GCC } from '../runtime'; export type SliderOptions = { orientation: 'horizontal' | 'vertical'; showHandle?: boolean; showLabel?: boolean; showLabelOnInteraction?: boolean; autoFitLabel?: boolean; [key: string]: any; }; /** * Slider component. */ export declare const Slider: GCC<SliderOptions>;