ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
20 lines (19 loc) • 448 B
JavaScript
import i from "./Bubble.mjs";
import e from "./BubbleDivider.mjs";
import o from "./BubbleList.mjs";
import t from "./BubbleSystem.mjs";
const n = Object.assign(i, {
List: o,
System: t,
Divider: e
});
n.install = function(m) {
return m.component(n.name, n), m.component(o.name, o), m.component(t.name, t), m.component(e.name, e), m;
};
export {
n as Bubble,
e as BubbleDivider,
o as BubbleList,
t as BubbleSystem,
n as default
};