UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 240 B
import { GuideComponentComponent as GCC } from '../runtime'; export type SliderOptions = { orientation: 'horizontal' | 'vertical'; [key: string]: any; }; /** * Slider component. */ export declare const Slider: GCC<SliderOptions>;