UNPKG

@visactor/taro-vchart

Version:
4 lines (3 loc) 295 B
/// <reference types="react" /> import type { ICommonChartSpec } from '@visactor/vchart'; export declare const CommonChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<ICommonChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;