UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

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