MCPcopy Create free account
hub / github.com/streamich/react-use / useVideo.ts

File useVideo.ts

src/useVideo.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import createHTMLMediaHook from './factory/createHTMLMediaHook';
2
3const useVideo = createHTMLMediaHook<HTMLVideoElement>('video');
4

Callers

nothing calls this directly

Calls 1

createHTMLMediaHookFunction · 0.85

Tested by

no test coverage detected