|
@@ -3,12 +3,12 @@
|
|
|
*/
|
|
|
|
|
|
|
|
|
-import FormItem from "./lib/formData";
|
|
|
+import Form from "./lib/formData";
|
|
|
|
|
|
|
|
|
-import FieldCheck from "./lib/fieldCheck";
|
|
|
-export const FormItem = FormItem;
|
|
|
-export const FieldCheck = FieldCheck;
|
|
|
+import F from "./lib/fieldCheck";
|
|
|
+export const FormItem = Form;
|
|
|
+export const FieldCheck = F;
|
|
|
// 示例
|
|
|
/**
|
|
|
* @example
|