UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 370 B
import * as React from 'react'; import { IIFramePanelProps, IIFramePanelState } from '.'; export declare class IFramePanel extends React.Component<IIFramePanelProps, IIFramePanelState> { constructor(props: IIFramePanelProps); /** * Default React render */ render(): React.ReactElement<IIFramePanelProps>; } //# sourceMappingURL=IFramePanel.d.ts.map