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
/
data-type.js
15 lines
•
292 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * 数据类型 */
/** * 数据类型 */
export
var
DataType;
/** * 数据类型 */
(
function
(
DataType
)
{ DataType[DataType[
"list"
] =
1
] =
"list"
; DataType[DataType[
"group"
] =
2
] =
"group"
; })(DataType || (DataType = {}));
//# sourceMappingURL=data-type.js.map