UNPKG

mdc-autocomplete-list-item

Version:

MdcAutocomplete in conjunction with MdcAutocompleteList and MdcAutocompleteListItem are a pack of angular components to provide an autocomplete functionality to Angular MDC web.

6 lines (5 loc) 157 B
import { OnInit } from '@angular/core'; export declare class MdcAutocompleteListItemComponent implements OnInit { constructor(); ngOnInit(): void; }