@mmb-digital/design-system-web 0.1.146 → 0.1.147
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.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1992,7 +1992,7 @@ interface StackProps {
|
|
|
1992
1992
|
direction?: StackDirection;
|
|
1993
1993
|
gap?: Spacing;
|
|
1994
1994
|
}
|
|
1995
|
-
declare const Stack: React__default.
|
|
1995
|
+
declare const Stack: React__default.ForwardRefExoticComponent<StackProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1996
1996
|
|
|
1997
1997
|
declare enum PaperShadow {
|
|
1998
1998
|
lg = "lg",
|