Skip to content

Commit

Permalink
docs: add options.selection jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Jul 24, 2024
1 parent 08f6d9e commit e359589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ type Options = {
* @default true
*/
optimistic?: boolean;
/**
* Configure selecting multiple items
*/
selection?: {
/**
* Enable selection
Expand Down

0 comments on commit e359589

Please sign in to comment.