@chewel/naive-ui-plus
Version:
## Document & Online preview
21 lines (20 loc) • 541 B
JavaScript
import * as e from "./components.js";
import { default as l } from "./table/index.js";
import { default as n } from "./layout/index.js";
import { default as i } from "./application/index.js";
import { default as p } from "./modal/index.js";
import { usePLayoutStore as c } from "./layout/layout.js";
const a = (t) => (Object.values(e).forEach((o) => {
o.install && t.use(o);
}), t), r = {
install: a
};
export {
i as PApplication,
n as PLayout,
p as PModal,
l as PTable,
r as default,
a as install,
c as usePLayoutStore
};