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.

23 lines (22 loc) 666 B
import { ComponentInterface } from '../../stencil-public-runtime'; /** * @internal */ export declare class IonicSelectableModalComponent implements ComponentInterface { element: HTMLIonicSelectableModalElement; private selectableComponent; private headerElement; private toggleUpdate; infiniteScrollElement: HTMLIonInfiniteScrollElement; virtualScrollElement: HTMLIonVirtualScrollElement; contentElement: HTMLIonContentElement; /** * Rerender the component */ update(): Promise<void>; connectedCallback(): void; componentDidLoad(): void; private renderItem; private renderHeader; render(): void; }