UNPKG
nativescript-tag
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
NativeScript UI plugin for tagging
bitbucket.org/win_min_tun/nativescript-tag
nativescript-tag
/
tag.common.d.ts
8 lines
(7 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
View
}
from
'ui/core/view'
;
import
dependencyObservable =
require
(
"ui/core/dependency-observable"
);
export
declare
class
TagGroup
extends
View
{
static
valueProperty
: dependencyObservable.
Property
;
constructor
(
);
value
:
any
; }