zy-react-library 1.0.16 → 1.0.17

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.16",
4
+ "version": "1.0.17",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",
@@ -1,15 +0,0 @@
1
- /**
2
- * 是否类型枚举
3
- */
4
- export const RADIO_WHETHER_ENUM = [
5
- { id: "1", name: "是" },
6
- { id: "0", name: "否" },
7
- ];
8
-
9
- /**
10
- * 有无类型枚举
11
- */
12
- export const RADIO_PRESENCE_OR_ABSENCE_ENUM = [
13
- { id: "1", name: "有" },
14
- { id: "0", name: "无" },
15
- ];