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