ngx-stacks-editor
Version:
An Angular wrapper for the Stacks Editor by StackOverflow
14 lines (13 loc) • 683 B
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import { StacksEditorOptions } from '@stackoverflow/stacks-editor';
import "@stackoverflow/stacks";
import * as i0 from "@angular/core";
export declare class NgxStacksEditorComponent implements AfterViewInit {
content: string;
options: StacksEditorOptions;
stacksEditor: ElementRef<HTMLElement>;
constructor();
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxStacksEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxStacksEditorComponent, "ngx-stacks-editor", never, { "content": "content"; "options": "options"; }, {}, never, never, false>;
}