bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
11 lines (10 loc) • 357 B
JavaScript
import { w as withBvnPrefix } from "./keys-CQKrwmvN.mjs";
import { computed, toValue, useId } from "vue";
//#region src/composables/useId.ts
var useId$1 = (id, suffix) => {
const genId = useId();
return computed(() => toValue(id) || withBvnPrefix(genId || "", suffix));
};
//#endregion
export { useId$1 as t };
//# sourceMappingURL=useId-CCwnEmGh.mjs.map