UNPKG

ngx-bootstrap

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