@mmb-digital/design-system-web 0.1.67 → 0.1.68

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
@@ -680,7 +680,7 @@ interface InputBaseProps extends RefAttributes<HTMLInputElement> {
680
680
  weight?: InputWeight;
681
681
  }
682
682
 
683
- declare const InputBase: FC<InputBaseProps>;
683
+ declare const InputBase: React__default.ForwardRefExoticComponent<Omit<InputBaseProps, "ref"> & React__default.RefAttributes<HTMLInputElement>>;
684
684
 
685
685
  interface InputLabelProps {
686
686
  hasError?: boolean;