@useloops/design-system 1.4.55 → 1.4.57

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
@@ -694,7 +694,7 @@ interface BaseField {
694
694
  multiline?: boolean;
695
695
  fieldType: FieldType;
696
696
  content?: ReactElement;
697
- defaultValue?: string | number | string[] | undefined;
697
+ defaultValue?: string | number | string[] | boolean | undefined;
698
698
  label?: string;
699
699
  labelProps?: InputLabelProps;
700
700
  helperText?: string;