@tangential/asciidoctor-panel
Version:
UI pane for displaying ASCII Doctor formatted data.
14 lines (13 loc) • 612 B
TypeScript
import { ElementRef, AfterContentInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AsciidoctorComponent implements AfterContentInit {
private elementRef;
private _content;
private asciidoctorRenderer;
constructor(elementRef: ElementRef);
ngAfterContentInit(): void;
get content(): string;
set content(value: string);
static ɵfac: i0.ɵɵFactoryDeclaration<AsciidoctorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AsciidoctorComponent, "tanj-asciidoctor-panel", never, { "content": "content"; }, {}, never, never, false>;
}