UNPKG
react-ally
Version:
latest (0.0.1-beta.2)
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
Accessible react components
react-ally
/
src
/
spin-button
/
index.js
6 lines
(4 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
SpinButton
}
from
'./spin-button'
;
import
{
UpButton
}
from
'./up-button'
;
import
{
DownButton
}
from
'./down-button'
;
export
{
SpinButton
,
UpButton
,
DownButton
};