UNPKG

data-vis-ui

Version:

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

9 lines 493 B
/// <reference path="./typings.d.ts" /> import "./styles/index.css"; export { default as SmartChart } from './components/SmartChart'; export { default as Box } from './components/Box'; export { default as Map } from './components/Map'; export { default as ChinaMap } from './components/ChinaMap'; export { default as ConnectGraph } from './components/ConnectGraph'; export { default as ErrorBoundary } from './components/ErrorBoundary'; export { default as Scroll } from './components/Scroll';