UNPKG

ngx-bootstrap

Version:
9 lines (8 loc) 260 B
export declare class TypeaheadMatch<ItemType = any> { readonly value: string; readonly item: ItemType; protected header: boolean; constructor(item: ItemType, value?: string, header?: boolean); isHeader(): boolean; toString(): string; }