UNPKG

@inaccess-fang/ui-components

Version:

The Inaccess UI Components Library for the Front-end projects

13 lines (12 loc) 428 B
import { EventEmitter } from '@angular/core'; import { FangSearchFieldConfig } from "./fang-search.component.model"; export declare class FangSearchComponent { data: any[]; config: FangSearchFieldConfig; filteredDataChange: EventEmitter<any[]>; inputTextChange: EventEmitter<string>; filteredData: any[]; inputText: string; filterInputElements(): void; clearInputText(event: MouseEvent): void; }