@kmkf-fe-packages/services-components 2.0.52 → 2.0.54-beta.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 CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  - 针对于自定义组件的后缀,在提交的时候是以组件类型的驼峰式来命名的
4
4
 
5
- ---
5
+ ---
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { ShowHeaderObjType } from '../../type';
1
+ import React from "react";
2
+ import { ShowHeaderObjType } from "../../type";
3
3
  declare type getFormItemProps = {
4
4
  name: string;
5
5
  title: string;