UNPKG

roulette-for-project

Version:

The best React roulette

7 lines (6 loc) 140 B
declare const useAudio: (url: string) => { isPlaying: boolean; start: () => void; stop: () => void; }; export default useAudio;