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

20 lines (19 loc) 828 B
import type { Editor } from '@tiptap/core'; import * as i0 from "@angular/core"; export declare class EditorBodyComponent { minHeight: string; maxHeight: string; private _displayTopCurves; private _displayBottomCurves; private editor; private _editorElement; private _bodyWrapper; set displayTopCurves(value: boolean); set displayBottomCurves(value: boolean); get editorElement(): HTMLDivElement | null; get height(): string; setEditor(tiptapEditor: Editor): void; private applyBorderClasses; static ɵfac: i0.ɵɵFactoryDeclaration<EditorBodyComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<EditorBodyComponent, "tip-editor-body, tip-editor-body[minHeight][maxHeight]", never, { "minHeight": "minHeight"; "maxHeight": "maxHeight"; }, {}, never, never>; }