@useloops/design-system 1.4.344 → 1.4.346

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
@@ -1267,7 +1267,7 @@ interface BaseField {
1267
1267
  ref?: any;
1268
1268
  multiline?: boolean;
1269
1269
  content?: ReactElement;
1270
- label?: string;
1270
+ label?: string | ReactElement;
1271
1271
  labelProps?: InputLabelProps;
1272
1272
  helperText?: string;
1273
1273
  hidden?: boolean;