@tuoyuan/web
Version:
21 lines (20 loc) • 606 B
JavaScript
import { setGlobalConfig as a, getComponentPrefix as f } from "@tuoyuan/arco/es/_utils/global-config";
import n from "@tuoyuan/arco/es/button/button";
import e from "@tuoyuan/arco/es/button/button-group";
import { default as B } from "@tuoyuan/arco/es/button/button-group";
import m from "./button-storage.vue.js";
const p = Object.assign(n, {
Group: e,
Storage: m,
install: (o, r) => {
a(o, r);
const t = f(r);
o.component(t + n.name, n), o.component(t + e.name, e), o.component(t + m.name, m);
}
});
export {
p as Button,
B as ButtonGroup,
m as ButtonStorage,
p as default
};