lwx-test-ui
Version:
lwx-test-ui
26 lines (25 loc) • 764 B
JavaScript
import { LwxBigDialog as o } from "../components/big-dialog/index.js";
import { LwxButton as r } from "../components/button/index.js";
import { LwxDic as m } from "../components/dic/index.js";
import { LwxInput as t } from "../components/input/index.js";
import { LwxRenderTsx as e } from "../components/render-tsx/index.js";
import { LwxSelect as i } from "../components/select/index.js";
import { LwxSelectIcon as p } from "../components/select-icon/index.js";
import { LwxSelectTree as x } from "../components/select-tree/index.js";
import { LwxTablePro as f } from "../components/table-pro/index.js";
import { LwxTextarea as w } from "../components/textarea/index.js";
const g = [
o,
r,
m,
t,
e,
i,
p,
x,
f,
w
];
export {
g as default
};