UNPKG

ng2-encrm-components

Version:

angular 2 components

6 lines (5 loc) 108 B
export interface IEnSelectListItem { label: string; value: string; suboptions?: IEnSelectListItem[] }