UNPKG
@arwes/sounds
Version:
latest (1.0.0-alpha.19)
1.0.0-alpha.19
1.0.0-alpha.18
1.0.0-alpha.16
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.1
Futuristic Sci-Fi UI Web Framework
arwes.dev
arwes/arwes
@arwes/sounds
/
lib
/
useBleeps
/
useBleeps.d.ts
4 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
import
{
Bleeps
}
from
'../constants'
; declare
function
useBleeps
(
):
Bleeps
;
export
{ useBleeps };