UNPKG
miuui-jun
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
github.com/z1724469573/miu
z1724469573/miu
miuui-jun
/
es
/
index.mjs
13 lines
(12 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
*
as
t
from
"./src/index.mjs"
;
import
{
Button
as
s }
from
"./src/button/index.mjs"
;
const
n = {
install
:
(
o
) =>
{
for
(
let
e
in
t) o.
use
(t[e]); } };
export
{ s
as
Button
, n
as
default
};