UNPKG

text-marker

Version:
11 lines (10 loc) 295 B
import { OnInit, ElementRef } from '@angular/core'; export declare class TextMarkerComponent implements OnInit { content: ElementRef; styleClass: string; inputQuery: any; innerHtmlContent: string; originalContent: string; constructor(); ngOnInit(): void; }