@plait/angular-text
Version:
Text processing implementation, supports commonly used rich text formats, such as font size, color, bold, italics, etc.
13 lines (12 loc) • 619 B
TypeScript
import { ElementRef, OnInit } from '@angular/core';
import { LinkElement } from '@plait/common';
import { BaseElementComponent } from 'slate-angular';
import * as i0 from "@angular/core";
export declare class PlaitLinkNodeComponent extends BaseElementComponent<LinkElement> implements OnInit {
inlineChromiumBugfix: string;
outletParent: ElementRef;
getOutletParent: () => any;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PlaitLinkNodeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PlaitLinkNodeComponent, "a[plaitLink]", never, {}, {}, never, never, true, never>;
}