bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
16 lines (15 loc) • 563 B
JavaScript
import { createBootstrap } from "./src/plugins/createBootstrap/index.mjs";
import { registryPlugin } from "./src/plugins/registry/index.mjs";
import { rtlPlugin } from "./src/plugins/rtl/index.mjs";
import { orchestratorPlugin } from "./src/plugins/orchestrator/index.mjs";
const index = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
createBootstrap,
orchestratorPlugin,
registryPlugin,
rtlPlugin
}, Symbol.toStringTag, { value: "Module" }));
export {
index as i
};
//# sourceMappingURL=index-D53v0rwX.mjs.map