ag-grid-quick-filter
Version:
A function rich all select that supports multiple data sources and integrates with ag-grid
10 lines (9 loc) • 665 B
TypeScript
import { LookUp } from '../types/choiceDefinition';
import { OptionType } from '../types/optionType';
export declare function isDocumentElement(el: HTMLElement | typeof window): el is typeof window;
export declare const errorMessage: (error: any) => string;
export declare function scrollTo(el: HTMLElement | typeof window, top: number): void;
export declare function scrollIntoView(listElement: HTMLElement, elementToShow: HTMLElement): void;
export declare const itemText: (item: OptionType, text?: LookUp) => string;
export declare const stringValue: (value: any) => string;
export declare const itemValue: (item: OptionType, value?: LookUp) => string;