Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codershiba committed Apr 17, 2024
1 parent e57fc30 commit b724a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/selectize/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ declare namespace Selectize {
/**
* Removes an existing option group.
*/
removeOptionGroup(id: string): void:
removeOptionGroup(id: string): void;

// Events
// ------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit b724a3e

Please sign in to comment.