UNPKG

ant-design-x-vue

Version:
17 lines (16 loc) 363 B
import m from "./Attachments.mjs"; import "vue"; import "../chunks/module-chunk.mjs"; import "ant-design-vue"; import "./context.mjs"; import n from "./FileList/FileListCard.mjs"; const o = Object.assign(m, { FileCard: n }); o.install = function(t) { return t.component(o.name, o), t.component(n.name, n), t; }; export { o as Attachments, o as default };