UNPKG

@talentsoft-opensource/uxp-themes

Version:

Talentsoft UX themes

6 lines (5 loc) 139 B
declare const utils: { debounce: (func: () => void, wait?: number) => () => void; generateUUID: () => string; }; export { utils };