ls-pro-common 1.0.0

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/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # ls-pro-utils
2
+
3
+ > ls-pro-utils.
4
+
5
+ See our website [ls-pro-utils](https://procomponent.ant.design/) for more information.
6
+
7
+ ls-pro-utils 基于 ant-design/pro-utils 1.32.5版本上进行优化
8
+
9
+
10
+
11
+ ## Install
12
+
13
+ Using npm:
14
+
15
+ ```bash
16
+ $ npm install --save ls-pro-utils
17
+ ```
18
+
19
+ or using yarn:
20
+
21
+ ```bash
22
+ $ yarn add ls-pro-utils
23
+ ```