UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

4 lines (3 loc) 261 B
import React from 'react'; import type { IMapChartSpec } from '@visactor/vchart'; export declare const MapChart: React.ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IMapChartSpec>, "chartConstructor"> & React.RefAttributes<any>>;