UNPKG
react-gauge-component
Version:
latest (2.0.29)
rc (2.0.15-rc)
2.0.29
2.0.28
2.0.27
2.0.26
2.0.25
2.0.23
2.0.21
2.0.20
2.0.15-rc
2.0.13-rc
2.0.12-rc
2.0.10-rc
2.0.7-rc
2.0.6-rc
2.0.5-rc
2.0.3-rc
2.0.0-rc
1.2.64
1.2.63
1.2.62
1.2.61
1.2.51
1.2.21
1.2.11
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.36
1.1.35
1.1.34
1.1.33
1.1.32
1.1.31
1.1.30
1.1.22
1.1.21
1.1.20
1.1.12
1.1.11
1.1.1
1.1.0
1.0.16
1.0.15
1.0.13
1.0.12
1.0.11
1.0.1
1.0.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.4
0.3.3
0.3.1
0.3.0
Gauge component for React
.
antoniolago/react-gauge-component
react-gauge-component
/
dist
/
lib
/
GaugeComponent
/
index.d.ts
6 lines
(5 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
"react"
;
import
{
GaugeComponentProps
}
from
"./types/GaugeComponentProps"
;
declare
const
GaugeComponent
:
(
props
:
Partial
<
GaugeComponentProps
>
) =>
React
.
JSX
.
Element
;
export
{
GaugeComponent
};
export
default
GaugeComponent
;