ngx-tiptap
Version:
Angular bindings for tiptap v2
12 lines (11 loc) • 834 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./editor.directive";
import * as i2 from "./floating-menu.directive";
import * as i3 from "./bubble-menu.directive";
import * as i4 from "./draggable.directive";
import * as i5 from "./node-view-content.directive";
export declare class NgxTiptapModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxTiptapModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxTiptapModule, [typeof i1.EditorDirective, typeof i2.FloatingMenuDirective, typeof i3.BubbleMenuDirective, typeof i4.DraggableDirective, typeof i5.NodeViewContentDirective], never, [typeof i1.EditorDirective, typeof i2.FloatingMenuDirective, typeof i3.BubbleMenuDirective, typeof i4.DraggableDirective, typeof i5.NodeViewContentDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxTiptapModule>;
}