UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

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