UNPKG

@neocomplexx/ngx-neo-completer

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.5.

7 lines (6 loc) 125 B
export interface CompleterItem { title: string; description?: string; image?: string; originalObject: any; }