ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
23 lines (22 loc) • 599 B
JavaScript
function l(e, n) {
const t = /* @__PURE__ */ Object.create(null);
for (const o in e)
n.includes(o) || Object.defineProperty(t, o, { enumerable: !0, get: () => e[o] });
return t;
}
var a = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
function f(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
const s = (e, n) => {
const t = e.__vccOpts || e;
for (const [o, r] of n)
t[o] = r;
return t;
};
export {
s as _,
a,
l as c,
f as g
};