bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
16 lines (15 loc) • 430 B
JavaScript
require("./chunk-CoQrYLCe.js");
let vue = require("vue");
//#region src/composables/useAlignment.ts
var useAlignment = (align) => (0, vue.computed)(() => {
const value = (0, vue.toValue)(align);
return !value ? "" : `justify-content-${value}`;
});
//#endregion
Object.defineProperty(exports, "useAlignment", {
enumerable: true,
get: function() {
return useAlignment;
}
});
//# sourceMappingURL=useAlignment-Dus_TOxG.js.map