ngx-tiptap-editor
Version:
[](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [ • 530 B
TypeScript
import { AfterViewInit, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SideBySideComponent implements AfterViewInit, OnDestroy {
private editor;
private preview;
private destroy$;
ngAfterViewInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SideBySideComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SideBySideComponent, "tip-side-by-side", never, {}, {}, ["editor", "preview"], ["tip-editor", "tip-editor-preview"]>;
}