@faasjs/ant-design 0.0.3-beta.74 → 0.0.3-beta.75

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -332,7 +332,7 @@ type FaasItemTypeValue = {
332
332
  };
333
333
  type BaseOption = string | number | {
334
334
  label: string;
335
- value?: string | number;
335
+ value?: any;
336
336
  };
337
337
  interface BaseItemProps {
338
338
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/ant-design",
3
- "version": "0.0.3-beta.74",
3
+ "version": "0.0.3-beta.75",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",