import { IPanelProps } from "@fluentui/react/lib/Panel"; export interface IIFramePanelProps extends IPanelProps { /** * iframe Url */ url: string; /** * iframe height, if null then hight is calculated */ height?: string; /** * Specifies if iframe content can be displayed in a full screen. * Usage: */ allowFullScreen?: boolean; /** * iframe's onload event handler */ iframeOnLoad?: (iframe: HTMLIFrameElement) => void; /** * Specifies if transparency is allowed in iframe */ allowTransparency?: boolean; /** * Specifies the name of an