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