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