| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected