UNPKG

@microsoft/sp-dialog

Version:

SharePoint Framework support for displaying dialog boxes

13 lines 410 B
import * as React from 'react'; export interface IContentDivProps { innerElement: HTMLElement; } export default class ContentDiv extends React.Component<IContentDivProps, {}> { private _divRef; constructor(props: IContentDivProps); render(): JSX.Element; componentDidUpdate(): void; componentWillUnmount(): void; componentDidMount(): void; } //# sourceMappingURL=ContentDiv.d.ts.map