UNPKG
linyt-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
github.com/DanielLin0516/LIN-UI
DanielLin0516/LIN-UI
linyt-ui
/
lib
/
components.js
2 lines
(1 loc)
•
193 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
const
e=
require
(
"./button/index.js"
),t=
require
(
"./icon/index.js"
);
exports
.
Button
=e.
Button
;
exports
.
LIcon
=t.
LIcon
;