mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
Cleanup built types
This commit is contained in:
parent
6cc1b1a00a
commit
77de92863d
1 changed files with 0 additions and 4 deletions
4
public/types/src/scripts/choices.d.ts
vendored
4
public/types/src/scripts/choices.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue