UNPKG
@tripetto/block-text
Version:
latest (6.0.2)
6.0.2
6.0.1
6.0.0
Text input (single-line) block for Tripetto.
gitlab.com/tripetto/blocks/text
@tripetto/block-text
/
runner
/
mode.d.ts
10 lines
(9 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
TMode = |
"exact"
|
"not-exact"
|
"contains"
|
"not-contains"
|
"starts"
|
"ends"
|
"defined"
|
"undefined"
;