bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
16 lines (15 loc) • 674 B
JavaScript
import { t as __exportAll } from "../../chunk-D1SwGrFN.mjs";
import { rtlPlugin } from "./rtl/index.mjs";
import { registryPlugin } from "./registry/index.mjs";
import { orchestratorPlugin } from "./orchestrator/index.mjs";
import { createBootstrap } from "./createBootstrap/index.mjs";
//#region src/plugins/index.ts
var plugins_exports = /* @__PURE__ */ __exportAll({
createBootstrap: () => createBootstrap,
orchestratorPlugin: () => orchestratorPlugin,
registryPlugin: () => registryPlugin,
rtlPlugin: () => rtlPlugin
});
//#endregion
export { createBootstrap, orchestratorPlugin, registryPlugin, rtlPlugin, plugins_exports as t };
//# sourceMappingURL=index.mjs.map