UNPKG
v-regexp
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JavaScript Regular Expression Parser and Visualizer.
github.com/usetools/v-regexp
usetools/v-regexp
v-regexp
/
lib
/
types
/
visualize
/
highlight.d.ts
12 lines
(11 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
HighlightText
{
type
:
string
;
text
:
string
;
fill
:
string
;
'text-anchor'
:
string
;
'font-weight'
:
string
|
number
;
'font-family'
:
string
;
'font-size'
:
number
;
x
?:
number
;
y
?:
number
; }