Cleanup built types

This commit is contained in:
Sebastian Zoglowek 2025-11-27 23:35:47 +01:00
commit 77de92863d

View file

@ -200,10 +200,6 @@ declare class Choices {
target: HTMLInputElement | HTMLSelectElement;
}): void;
_onInvalid(): void;
/**
* Removes any highlighted choice options
*/
_removeHighlightedChoices(): void;
_highlightChoice(el?: HTMLElement | null): void;
_addItem(item: ChoiceFull, withEvents?: boolean, userTriggered?: boolean): void;
_removeItem(item: ChoiceFull): void;