UNPKG

@tangential/asciidoctor-panel

Version:

UI pane for displaying ASCII Doctor formatted data.

9 lines (8 loc) 251 B
import { ElementRef } from '@angular/core'; export declare class AsciidoctorPanelRenderer { private elementRef; private viewPanelEl; private contentHtml; constructor(elementRef: ElementRef); updateContent(content: string): void; }