@momo-webplatform/mobase-next 1.0.3 → 1.0.4

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.mts CHANGED
@@ -1053,6 +1053,10 @@ interface ButtonsBlockProps {
1053
1053
  * Button group data.
1054
1054
  */
1055
1055
  buttons?: dataButton[];
1056
+ /**
1057
+ * Size applied to all buttons in the group.
1058
+ */
1059
+ size?: "sm" | "default" | "lg";
1056
1060
  }
1057
1061
  interface SectionBlockProps {
1058
1062
  /**