UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

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