UNPKG

@davicotico/iconpicker

Version:

Vanilla Javascript Icon Picker (made with Typescript)

9 lines (8 loc) 262 B
export declare class InputSearch { protected container: HTMLDivElement; protected input: HTMLInputElement; constructor(inputClass: string, placeholder: string); getInput(): HTMLInputElement; mount(): void; getElement(): HTMLDivElement; }