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) 533 B
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>; }