UNPKG
@tripetto/block-textarea
Version:
latest (6.0.3)
6.0.3
6.0.2
6.0.1
6.0.0
Text input (multi-line) block for Tripetto.
gitlab.com/tripetto/blocks/textarea
@tripetto/block-textarea
/
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"
;