@mmb-digital/design-system-web 0.1.230 → 0.1.232

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
@@ -2111,7 +2111,7 @@ interface TypographyProps extends DesignSystemBaseProps, SsrProps, AriaAttribute
2111
2111
  variant?: TypographyVariant;
2112
2112
  weight?: FontWeight;
2113
2113
  }
2114
- declare const Typography: (props: TypographyProps) => React__default.JSX.Element;
2114
+ declare const Typography: React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLElement>>;
2115
2115
 
2116
2116
  declare enum TagType {
2117
2117
  alert = "alert",