@useloops/design-system 1.4.114 → 1.4.115

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
@@ -452,6 +452,7 @@ type NumberFieldProps = InputFieldBaseProps$1 & {
452
452
  numericFormatProps?: NumericFormatProps;
453
453
  onChange?: (value: number | null) => void;
454
454
  step?: number;
455
+ internalChange?: () => void;
455
456
  value?: number | null;
456
457
  };
457
458
  declare const NumberField: FunctionComponent<NumberFieldProps>;