vrfi-design-system 1.1.48 → 1.1.50

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.ts CHANGED
@@ -337,6 +337,7 @@ declare interface CheckBoxWithFormWrapperProps {
337
337
  singleSelectionMode?: boolean;
338
338
  customOptionDisplay?: boolean;
339
339
  defaultValue?: boolean;
340
+ value?: string | number | boolean | (string | number)[] | null;
340
341
  }
341
342
 
342
343
  export { Col }