react-better-html 1.1.206 → 1.1.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -507,7 +507,7 @@ type DropdownProps<Value, Data = unknown> = {
507
507
  defaultValue?: Value;
508
508
  onChange?: (value: Value | undefined) => void;
509
509
  } | {
510
- withMultiselect?: true;
510
+ withMultiselect: true;
511
511
  value?: Value[];
512
512
  defaultValue?: Value[];
513
513
  onChange?: (value: Value[] | undefined) => void;
package/dist/index.d.ts CHANGED
@@ -507,7 +507,7 @@ type DropdownProps<Value, Data = unknown> = {
507
507
  defaultValue?: Value;
508
508
  onChange?: (value: Value | undefined) => void;
509
509
  } | {
510
- withMultiselect?: true;
510
+ withMultiselect: true;
511
511
  value?: Value[];
512
512
  defaultValue?: Value[];
513
513
  onChange?: (value: Value[] | undefined) => void;