UNPKG
@nafr/echo-ui
Version:
latest (1.0.0)
1.0.0
A UI library born for WAA
echoui.dev
@nafr/echo-ui
/
dist
/
packages
/
components
/
controller
/
Switch
/
index.js
6 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
Switch
as
_Switch }
from
'./Switch'
;
const
Switch
= _Switch;
Switch
.
displayName
=
'EchoUI.Switch'
;
export
{
Switch
};
export
default
Switch
;