UNPKG

ngx-tiptap-editor

Version:

[![Build and Publish](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml/badge.svg)](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [![Deploy to Github Pages](https://github.com/HuiiBuh/ngx-tiptap-edito

12 lines (11 loc) 530 B
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"]>; }