Repository URL to install this package:
|
Version:
4.0.23 ▾
|
import { IframeHTMLAttributes } from 'react';
export interface IframeProps<Extension = any> extends IframeHTMLAttributes<Extension> {
src: string;
className?: string;
width?: string;
height?: string;
nowrap?: boolean;
}