UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

14 lines (13 loc) 257 B
import e from "./Bubble.mjs"; import o from "./BubbleList.mjs"; const t = Object.assign(e, { List: o }); t.install = function(n) { return n.component(t.name, t), n.component(o.name, o), n; }; export { t as Bubble, o as BubbleList, t as default };