UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 264 B
/// <reference types="react" /> export interface IIFramePanelContentProps extends React.IframeHTMLAttributes<HTMLIFrameElement> { close: () => void; iframeOnLoad?: (iframe: HTMLIFrameElement) => void; } //# sourceMappingURL=IFramePanelContentProps.d.ts.map