UNPKG

data-vis-ui

Version:

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

13 lines (12 loc) 718 B
/// <reference types="@/typings" /> import './styles/index.less'; export type { ActionType, EChartsOption, Params } from './components/SmartChart/typings'; export { default as SmartChart } from './components/SmartChart'; export type { BoxPops } from './components/Box'; export { default as Box } from './components/Box'; export { default as Map } from './components/Map'; export { default as ChinaMap } from './components/ChinaMap'; export type { NodeItem, LineItem, LineStyle } from './components/ConnectGraph/typings'; export { default as ConnectGraph } from './components/ConnectGraph'; export { default as ErrorBoundary } from './components/ErrorBoundary'; export { default as Scroll } from './components/Scroll';