UNPKG

@davicotico/iconpicker

Version:

Vanilla Javascript Icon Picker (made with Typescript)

7 lines (6 loc) 463 B
declare function createButton(content: string | HTMLElement, className?: string): HTMLButtonElement; declare function createIcon(icon: string): HTMLElement; declare function createDiv(className: string, width: string): HTMLDivElement; declare function makeIconPickerButton(button: HTMLButtonElement): HTMLButtonElement; declare function emptyElement(element: HTMLElement): void; export { createButton, createIcon, createDiv, makeIconPickerButton, emptyElement };