ngx-tiptap-editor
Version:
[](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [ • 533 B
TypeScript
import { AfterViewInit, ElementRef, NgZone } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AutofocusDirective implements AfterViewInit {
private element;
private ngZone;
enable: boolean | string;
constructor(element: ElementRef, ngZone: NgZone);
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[tipAutofocus]", never, { "enable": "tipAutofocus"; }, {}, never>;
}