bizcharts
Version:
bizcharts
8 lines (7 loc) • 356 B
TypeScript
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;