Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { IframeHTMLAttributes } from 'react'

export interface IframeProps<Extension = any>
  extends IframeHTMLAttributes<Extension> {
  src: string
  className?: string
  width?: string
  height?: string
  nowrap?: boolean
}