Skip to content

Commit

Permalink
fix(types): typo in type jsdoc (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac authored Jul 18, 2024
1 parent ddb9ebc commit 3d9fdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radix-vue/src/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface SingleOrMultipleProps<ValidValue = string | string[], ExplicitType = S
/**
* Determines whether a "single" or "multiple" items can be pressed at a time.
*
* This prop will be ignored if any of `v-model` or `defaultValue` is an defined, as the type will be inferred from the value.
* This prop will be ignored if any of `v-model` or `defaultValue` is defined, as the type will be inferred from the value.
*/
type?: ValidValue extends string
? 'single'
Expand Down

0 comments on commit 3d9fdba

Please sign in to comment.