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    
@skava/ui / dist / components / atoms / IFrame / typings.d.ts
Size: Mime:
import { IframeHTMLAttributes } from 'react';
export interface IframeProps<Extension = any> extends IframeHTMLAttributes<Extension> {
    src: string;
    className?: string;
    width?: string;
    height?: string;
    nowrap?: boolean;
}