MCPcopy
hub / github.com/ryanseddon/react-frame-component / useFrame

Function useFrame

src/Context.jsx:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12export const FrameContext = React.createContext({ document: doc, window: win });
13
14export const useFrame = () => React.useContext(FrameContext);
15
16export const {
17 Provider: FrameContextProvider,

Callers 1

ChildFunction · 0.90

Calls

no outgoing calls

Tested by 1

ChildFunction · 0.72