UNPKG
react-stateful-switch
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.10
0.0.8
0.0.7
0.0.4
0.0.1
A react stateful switch component
github.com/biels/react-stateful-switch
biels/react-stateful-switch
react-stateful-switch
/
lib
/
index.d.ts
4 lines
(3 loc)
•
76 B
TypeScript
View Raw
1
2
3
4
import
Switch
from
"./Switch"
;
export
{
Switch
};
export
default
Switch
;