Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { IframeProps } from './typings';
declare class IFrame extends React.PureComponent<IframeProps> {
static defaultProps: {
src: string;
layout: string;
sandbox: string;
frameBorder: string;
width: string;
height: string;
nowrap: boolean;
};
render(): JSX.Element;
}
export { IFrame };
export default IFrame;