UNPKG

231 BTypeScriptView Raw
1import { TypeaheadDirective } from './typeahead.directive';
2export declare class TypeaheadOptions {
3 placement: string;
4 animation: boolean;
5 typeaheadRef: TypeaheadDirective;
6 constructor(options: TypeaheadOptions);
7}