UNPKG

@devbookhq/ui

Version:

Devbook UI is a React UI library

11 lines (10 loc) 313 B
/// <reference types="react" /> export interface Props { src: string; height: string; } export interface IframeElHandle { reload: () => void; } declare const IframeEl: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<IframeElHandle>>; export default IframeEl;