ngx-tiptap-editor
Version:
[](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [ • 664 B
TypeScript
import { TiptapEventService } from '../../services/tiptap-event.service';
import { ButtonBaseControl } from './base-control';
import * as i0 from "@angular/core";
export declare class ControlNumberListComponent extends ButtonBaseControl {
protected eventService: TiptapEventService;
constructor(eventService: TiptapEventService);
toggleList(): void;
protected can(...args: any): boolean;
protected isActive(...args: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<ControlNumberListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ControlNumberListComponent, "tip-control-number-list", never, {}, {}, never, ["*"]>;
}