UNPKG

@devbookhq/ui

Version:

Devbook UI is a React UI library

9 lines (8 loc) 241 B
/// <reference types="react" /> export interface Props { url: string; height?: string; lightTheme?: boolean; } declare function Iframe({ url: initialURL, height, lightTheme, }: Props): JSX.Element; export default Iframe;