UNPKG
zhu-jiang-yi-yuan-mobile
Version:
latest (1.0.20201209)
1.0.20201209
南方医科大学珠江医院移动端
www.nsn.com
zhu-jiang-yi-yuan-mobile
/
lib
/
components
/
gauge
/
index.d.ts
5 lines
(4 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
import
{
GaugeProps
}
from
'../../@types'
;
import
{
FunctionComponent
}
from
'react'
;
declare
const
Gauge
:
FunctionComponent
<
GaugeProps
>;
export
{
Gauge
};