UNPKG

356 BTypeScriptView Raw
1import 'react';
2import { WaterfallOptions as Options } from '@antv/g2plot/lib/plots/waterfall';
3import { BasePlotOptions } from '../createPlot';
4interface WaterfallOptions extends Options, BasePlotOptions {
5}
6declare const _default: import("react").ForwardRefExoticComponent<WaterfallOptions & import("react").RefAttributes<any>>;
7export default _default;