UNPKG

bizcharts

Version:
8 lines (7 loc) 356 B
import 'react'; import { WaterfallOptions as Options } from '@antv/g2plot/lib/plots/waterfall'; import { BasePlotOptions } from '../createPlot'; interface WaterfallOptions extends Options, BasePlotOptions { } declare const _default: import("react").ForwardRefExoticComponent<WaterfallOptions & import("react").RefAttributes<any>>; export default _default;