UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

8 lines (7 loc) 231 B
import { TypeaheadDirective } from './typeahead.directive'; export declare class TypeaheadOptions { placement: string; animation: boolean; typeaheadRef: TypeaheadDirective; constructor(options: TypeaheadOptions); }