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

Interface FrameContextProps

index.d.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 export default FrameComponent;
18
19 export interface FrameContextProps {
20 document?: Document;
21 window?: Window;
22 }
23
24 export const FrameContext: React.Context<FrameContextProps>;
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected