Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
createHTMLMediaHook from
'./factory/createHTMLMediaHook'
;
2
3
const
useVideo = createHTMLMediaHook<HTMLVideoElement>(
'video'
);
4
Callers
nothing calls this directly
Calls
1
createHTMLMediaHook
Function · 0.85
Tested by
no test coverage detected