UNPKG

canvas-editor-pdf

Version:
10 lines (8 loc) 294 B
import { IRowElement } from '../../../../../interface/Row'; export declare class IFrameBlock { private static readonly sandbox; private element; constructor(element: IRowElement); private _defineIframeProperties; render(blockItemContainer: HTMLDivElement): void; }