UNPKG

ant-design-x-vue-next

Version:

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

17 lines (16 loc) 420 B
import t from "./Conversations.mjs"; import n from "./Creation.mjs"; import { isDividerItem as s } from "./interface.mjs"; import { ShortcutKeyCode as c } from "../_util/shortcut-keys.mjs"; const e = t; e.Creation = n; e.install = function(o) { return o.component(t.name, t), o.component(n.name, n), o; }; export { e as Conversations, n as Creation, c as ShortcutKeyCode, e as default, s as isDividerItem };