Skip to content

Commit 77de928

Browse files
committed
Cleanup built types
1 parent 6cc1b1a commit 77de928

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

public/types/src/scripts/choices.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ declare class Choices {
200200
target: HTMLInputElement | HTMLSelectElement;
201201
}): void;
202202
_onInvalid(): void;
203-
/**
204-
* Removes any highlighted choice options
205-
*/
206-
_removeHighlightedChoices(): void;
207203
_highlightChoice(el?: HTMLElement | null): void;
208204
_addItem(item: ChoiceFull, withEvents?: boolean, userTriggered?: boolean): void;
209205
_removeItem(item: ChoiceFull): void;

0 commit comments

Comments
 (0)