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

13 lines (12 loc) 578 B
import { QueryList } from '@angular/core'; import type { Editor } from '@tiptap/core'; import { BaseControl } from '../controls/base-control'; import * as i0 from "@angular/core"; export declare class EditorHeaderComponent { editor: Editor | null; children: QueryList<BaseControl> | null; setEditor(tiptapEditor: Editor): void; passEditorToControls(): void; static ɵfac: i0.ɵɵFactoryDeclaration<EditorHeaderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<EditorHeaderComponent, "tip-editor-header", never, {}, {}, ["children"], ["*"]>; }