UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

13 lines (12 loc) 272 B
import m from "./ThoughtChain.mjs"; import t from "./ThoughtChainItem.mjs"; const n = m; n.Item = t; n.install = function(o) { return o.component(n.name, n), o.component(t.name, t), o; }; export { n as ThoughtChain, t as ThoughtChainItemComponent, n as default };