@ccs-ui/rc-pro 1.1.25-beta-8 → 1.1.25-beta-9

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.
@@ -3,7 +3,7 @@ export type CcsStatusTagProps = {
3
3
  options: {
4
4
  value: any;
5
5
  label: string;
6
- tag: string[];
6
+ tag?: string[];
7
7
  }[];
8
8
  };
9
9
  export default function CcsStatusTag({ value, options, }: CcsStatusTagProps): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.25-beta-8",
3
+ "version": "1.1.25-beta-9",
4
4
  "description": "验证码组件兼容暗黑模式;proTable封装rowselection代码;proTable添加传统布局模式;",
5
5
  "license": "MIT",
6
6
  "author": {