ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
37 lines (36 loc) • 1.17 kB
JavaScript
import a from "./Box.mjs";
import t from "./Card.mjs";
import { clearCatalogCache as C, loadCatalog as l, registerCatalog as c, validateComponent as s } from "./catalog.mjs";
import { createBasicCatalogComponents as I, registerBasicCatalog as f } from "./basic-catalog/index.mjs";
import { BASIC_CATALOG_ID as d, basicCatalog as g } from "./basic-catalog/catalog.mjs";
import { A2UIButton as p, A2UICard as u, A2UICheckBox as B, A2UIColumn as _, A2UIDivider as T, A2UIImage as h, A2UIRow as v, A2UIText as D, A2UITextField as b } from "./basic-catalog/components.mjs";
const n = { Box: a, Card: t };
a.install = function(o) {
return o.component(a.name, a), o;
};
t.install = function(o) {
return o.component(t.name, t), o;
};
export {
p as A2UIButton,
u as A2UICard,
B as A2UICheckBox,
_ as A2UIColumn,
T as A2UIDivider,
h as A2UIImage,
v as A2UIRow,
D as A2UIText,
b as A2UITextField,
d as BASIC_CATALOG_ID,
a as Box,
t as Card,
n as XCard,
g as basicCatalog,
C as clearCatalogCache,
I as createBasicCatalogComponents,
n as default,
l as loadCatalog,
f as registerBasicCatalog,
c as registerCatalog,
s as validateComponent
};