UNPKG

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