UNPKG

vuestic-ui

Version:
13 lines (12 loc) 298 B
import { u as useComponentUuid } from "../../../composables/useComponentUuid.mjs"; const useSelectAria = () => { const id = useComponentUuid(); const popupId = `combobox-controls-${id}`; return { popupId }; }; export { useSelectAria as u }; //# sourceMappingURL=useSelectAria.mjs.map