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
/
visualization
/
Light
/
index.js
6 lines
(5 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
Light
as
_Light }
from
'./Light'
;
const
Light
= _Light;
Light
.
displayName
=
'EchoUI.Light'
;
export
{
Light
};
export
default
Light
;