@kengic/vue 0.10.5 → 0.10.7-beta.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,4 +36,4 @@ export declare type IUseFormModel = {
|
|
36
36
|
/** 设置表单的初始值. */
|
37
37
|
initFormModel(): void;
|
38
38
|
};
|
39
|
-
export declare function _useFormModel(formRef: Ref<FormInstance | null>, kgResizableProps: Ref<IKgResizableProps>): IUseFormModel;
|
39
|
+
export declare function _useFormModel(kgResizableRef: Ref<any | null>, formRef: Ref<FormInstance | null>, kgResizableProps: Ref<IKgResizableProps>): IUseFormModel;
|