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
/
index.d.ts
8 lines
(7 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */
export *
from
'./tag.android'
;
// Export any shared classes, constants, etc.
//export * from './tag.common';