Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiba committed May 4, 2024
1 parent 4cf87dd commit 4171237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/selectize/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ declare namespace Selectize {
* "Selects" multiple items at once. Adds them to the list at the current caret position.
*/
addItems(values: T, silent?: boolean): void;

/**
* Removes the selected item matching the provided value.
*/
Expand Down Expand Up @@ -514,7 +514,7 @@ declare namespace Selectize {
* Removes an existing option group.
*/
removeOptionGroup(id: string): void;

// Events
// ------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 4171237

Please sign in to comment.