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) 639 B
import { TiptapEventService } from '../../services/tiptap-event.service'; import { ButtonBaseControl } from './base-control'; import * as i0 from "@angular/core"; export declare class ControlTasklistComponent extends ButtonBaseControl { protected eventService: TiptapEventService; constructor(eventService: TiptapEventService); toggleTask(): void; protected can(): boolean; protected isActive(...args: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<ControlTasklistComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ControlTasklistComponent, "tip-control-task", never, {}, {}, never, ["*"]>; }