UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

6 lines (5 loc) 320 B
import { ScrollBarEventProps } from '../eventsUtils'; import { BaseComponentProps } from './BaseComponent'; import type { IScrollBarSpec } from '@visactor/vchart'; export type ScrollBarProps = IScrollBarSpec & BaseComponentProps & ScrollBarEventProps; export declare const ScrollBar: import("react").FC<ScrollBarProps>;