UNPKG

@daysnap/utils

Version:
15 lines (13 loc) 282 B
declare const sounds: { click: () => void; pop: () => void; toggle: () => void; tick: () => void; whoosh: () => void; success: () => void; confirm: () => void; error: () => void; warning: () => void; hover: () => void; }; export { sounds };