UNPKG

test-isc

Version:

An Ionic component similar to Ionic Select, that allows to search items, including async search, group, add, edit, delete items, and much more.

8 lines (7 loc) 640 B
export declare function format(first: string, middle: string, last: string): string; export declare const findItemLabel: (componentElement: HTMLElement) => HTMLIonLabelElement; export declare const findItem: (componentEl: HTMLElement) => HTMLIonItemElement; export declare const addRippleEffectElement: (componentElement: HTMLElement) => void; export declare const hostContext: (selector: string, element: HTMLElement) => boolean; export declare const renderHiddenInput: (always: boolean, container: HTMLElement, name: string, value: string, disabled: boolean) => void; export declare const hasShadowDom: (element: HTMLElement) => boolean;