MCPcopy 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

1import createHTMLMediaHook from './factory/createHTMLMediaHook';
2
3const useAudio = createHTMLMediaHook<HTMLAudioElement>('audio');
4export default useAudio;

Callers

nothing calls this directly

Calls 1

createHTMLMediaHookFunction · 0.85

Tested by

no test coverage detected