Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/streamich/react-use
/ useAudio.ts
File
useAudio.ts
src/useAudio.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
createHTMLMediaHook from
'./factory/createHTMLMediaHook'
;
2
3
const
useAudio = createHTMLMediaHook<HTMLAudioElement>(
'audio'
);
4
export
default useAudio;
Callers
nothing calls this directly
Calls
1
createHTMLMediaHook
Function · 0.85
Tested by
no test coverage detected