UNPKG
multi-source-select
Version:
latest (2.4.0)
2.4.0
2.3.1
2.3.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
Multi-source select control
multi-source-select
/
dist
/
types
/
Matcher.d.ts
11 lines
(10 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
Value
=
string
|
number
|
Date
;
export
default
interface
Matcher
{
key
:
string
;
operator
:
string
;
comparison
:
string
;
source
:
string
;
value
:
Value
;
text
:
string
;
changing
?:
boolean
; }