UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

16 lines (15 loc) 563 B
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