UNPKG
data-vis-ui
Version:
latest (0.1.3)
0.10.3
0.10.2
0.10.1
0.10.0
0.1.3
0.1.1
0.1.0
0.0.9
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
## [使用文档](https://temp-static-domain.jd.com/data-vis-ui)
coding.jd.com/smarthome_fe/data-vis-ui/
data-vis-ui
/
es
/
components
/
SmartChart
/
index.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
import
{
SmartChartProps
}
from
'./typings'
;
declare
const
SmartChart
: <T
extends
Record
<
string
,
any
>>
(
props
:
SmartChartProps
<T>
) =>
JSX
.
Element
;
export
default
SmartChart
;