UNPKG

bootstrap-vue-next

Version:

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

12 lines (11 loc) 344 B
import { createBootstrap } from "./createBootstrap/index.mjs"; import { registryPlugin } from "./registry/index.mjs"; import { rtlPlugin } from "./rtl/index.mjs"; import { orchestratorPlugin } from "./orchestrator/index.mjs"; export { createBootstrap, orchestratorPlugin, registryPlugin, rtlPlugin }; //# sourceMappingURL=index.mjs.map