UNPKG
ngx-address
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple address picker in angular.
github.com/cipchk/ngx-address
cipchk/ngx-address
ngx-address
/
components
/
interfaces
/
tab.item.d.ts
6 lines
(5 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
TabItem
{
text
:
string
;
selected
:
boolean
;
items
:
any
; }