@regenbio/regenbio-components-react 1.2.90 → 1.2.91

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.
@@ -29,6 +29,10 @@ export type RbActionBarProps = {
29
29
  * 等待控制
30
30
  */
31
31
  loading?: boolean;
32
+ /**
33
+ * 是否均分宽度,开启后 Wrap 失效
34
+ */
35
+ avgWidth?: boolean;
32
36
  };
33
37
  /**
34
38
  * 操作栏子项属性