UNPKG
custom-roulette
Version:
latest (3.11.3)
3.11.3
3.11.2
3.11.1
3.11.0
3.10.0
3.0.9
3.0.8
The best React roulette
github.com/IvanAdmaers/react-roulette-pro
ChainDynamik/custom-roulette
custom-roulette
/
dist
/
hooks
/
useAudio
/
useAudio.d.ts
7 lines
(6 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
useAudio
:
(
url
:
string
) =>
{
isPlaying
:
boolean
;
start
:
() =>
void
;
stop
:
() =>
void
; };
export
default
useAudio;