@exmg/exmg-searchbar
Version:
An element to search the needle in a haystack.
8 lines (7 loc) • 444 B
TypeScript
import '@material/mwc-icon/mwc-icon.js';
import { ExmgSearchBarBase, ExmgSearchSuggestion } from './exmg-searchbar-base.js';
export declare class ExmgSearchBar extends ExmgSearchBarBase {
filter(data: any[], filterKeys: string[], query: string): ExmgSearchSuggestion[];
renderSuggestionsLoading(): import("lit-html").TemplateResult<1>;
renderSuggestions(suggestions: ExmgSearchSuggestion[]): import("lit-html").TemplateResult<1>;
}