Skip to content

Commit

Permalink
完善 FormInstance 的类型
Browse files Browse the repository at this point in the history
  • Loading branch information
shixing.peng committed Sep 13, 2022
1 parent da12220 commit 93d544b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { FormPickerSimpleProps,
FormPickerSelectorProps } from './src/component/FormComponent/FormPicker/FormPicker';
import { FormRateProps } from "./src/component/FormComponent/FormRate/FormRate";
import { FormSwitchProps } from "./src/component/FormComponent/FormSwitch/FormSwitch";
import Form from "./src/component/Form/index"
import Form from "./src/component/Form/index";
import { FormInstance } from "./src/component/Form/types/Form";

declare const ImagePicker: FormC<ImagePickerProps>;
declare const FormCheckbox: FormC<FormCheckboxProps<any>>
Expand All @@ -36,5 +37,6 @@ export {
FormPicker,
FormRate,
FormSwitch,
Form
Form,
FormInstance
};

0 comments on commit 93d544b

Please sign in to comment.