UNPKG

adwaveui

Version:

Interactive Web Components inspired by the Gtk Adwaita theme.

13 lines (11 loc) 340 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); // src/utils/get-uid.ts var UID_LEN = 8; var getUid = /* @__PURE__ */ __name(() => { const uid = Math.random().toString(36).substring(2, UID_LEN); return ":" + uid + ":"; }, "getUid"); export { getUid };