UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

8 lines (7 loc) 379 B
import { BaseSeriesProps } from './BaseSeries'; import type { ILinearProgressSeriesSpec } from '@visactor/vchart'; export type LinearProgressProps = BaseSeriesProps & Omit<ILinearProgressSeriesSpec, 'type'>; export declare const LinearProgress: import("react").FC<BaseSeriesProps & Omit<ILinearProgressSeriesSpec, "type"> & { updateId?: number; componentId?: string; }>;