UNPKG
yj-design
Version:
latest (1.0.1)
1.0.1
1.0.0
yj-design
yj-design
/
es
/
index.js
6 lines
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
export
{
default
as
Button
}
from
'./Button'
;
let
getName
= (
name
) => {
console
.
log
(name); };
getName
(
'233'
);
//# sourceMappingURL=index.js.map