@aloudata/aloudata-design 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.
@@ -36,12 +36,6 @@ export interface IDropdownProps {
36
36
  * @default -
37
37
  */
38
38
  overlay: ReactElement | (() => ReactElement);
39
- /**
40
- * @description 菜单
41
- * @type Menu | () => Menu
42
- * @default -
43
- */
44
- menu: ReactElement | (() => ReactElement);
45
39
  /**
46
40
  * @description 下拉根元素的类名称
47
41
  * @default -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",