UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

11 lines (10 loc) 273 B
import { GuideComponentComponent as GCC } from '../runtime'; export type ScrollbarOptions = { orientation?: 'horizontal' | 'vertical'; ratio?: number; [key: string]: any; }; /** * Scrollbar component. */ export declare const Scrollbar: GCC<ScrollbarOptions>;