UNPKG

@uiw/react-iframe

Version:

This component allows you to wrap your entire React application or each component in an iFrame.

9 lines (8 loc) 240 B
import React from 'react'; export declare const FrameContext: React.Context<ContextProps>; interface ContextProps { document?: Document | null; window?: Window | null; } export declare const useFrame: () => ContextProps; export {};