UNPKG

custom-roulette

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