UNPKG
vue3-highlight-text
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
a vue3 directive of highlight text
vue3-highlight-text
/
directive.d.ts
4 lines
(3 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
declare
var
VUE3
_HIGHLIGHT_TEXT
:
(
options = { mode:
string
, color:
string
}
) =>
(
el
:
HTMLElement
,
binding
:
any
) =>
void
export
default
VUE3
_HIGHLIGHT_TEXT