UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 249 B
import { GuideComponentComponent as GCC } from '../runtime'; import { ScrollbarOptions } from './scrollbar'; export type ScrollbarXOptions = ScrollbarOptions; /** * ScrollbarX component. */ export declare const ScrollbarX: GCC<ScrollbarXOptions>;