UNPKG
linyt-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
github.com/DanielLin0516/LIN-UI
DanielLin0516/LIN-UI
linyt-ui
/
es
/
components.mjs
7 lines
(6 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
Button
as
t }
from
"./button/index.mjs"
;
import
{
LIcon
as
f }
from
"./icon/index.mjs"
;
export
{ t
as
Button
, f
as
LIcon
};