UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

9 lines (8 loc) 212 B
import toString from "./toString.js"; var idCounter = 0; function uniqueId(prefix) { var id = ++idCounter; return toString(prefix) + id; } export { uniqueId as default }; //# sourceMappingURL=uniqueId.js.map