UNPKG

data-vis-ui

Version:

## [使用文档](https://temp-static-domain.jd.com/data-vis-ui)

4 lines (3 loc) 173 B
import { SmartChartProps } from './typings'; declare const SmartChart: <T extends Record<string, any>>(props: SmartChartProps<T>) => JSX.Element; export default SmartChart;