UNPKG

ngx-address

Version:

A simple address picker in angular.

22 lines (21 loc) 307 B
export interface DataItem { [key: string]: any; /** * 编号 * * @type {string} */ id: string; /** * 名称 * * @type {string} */ name: string; /** * 提醒 * * @type {boolean} */ tips?: boolean; }