Refactor #4985 - update .d.ts

This commit is contained in:
tugcekucukoglu 2023-12-20 13:35:18 +03:00
parent bb82382190
commit 1172613879
7 changed files with 7 additions and 7 deletions

View file

@ -332,7 +332,7 @@ export interface PickListProps {
* Defines whether metaKey is requred or not for the selection.
* When true metaKey needs to be pressed to select or unselect an item and
* when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
* @defaultValue true
* @defaultValue false
*/
metaKeySelection?: boolean | undefined;
/**