Skip to content

Commit

Permalink
fix: grouplabel slot type typo #392
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Feb 19, 2024
1 parent 9e98e38 commit a13a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Multiselect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ declare class Multiselect implements ReturnType<typeof defineComponent> {
multiplelabel: VNode[];
singlelabel: VNode[];
option: VNode[];
groupLabel: VNode[];
grouplabel: VNode[];
tag: VNode[];
infinite: VNode[];
nooptions: VNode[];
Expand Down

0 comments on commit a13a317

Please sign in to comment.