UNPKG
text-marker
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.0.3
0.0.3
0.0.2
0.0.1
Simple text marker with custom styles
github.com/cooljayasurya/text-marker
cooljayasurya/text-marker
text-marker
/
lib
/
text-marker.component.d.ts
11 lines
(10 loc)
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
; }