Commit 480d57c9 authored by 陈帅's avatar 陈帅

feat :beta types

parent 6c5ba067
......@@ -122,4 +122,4 @@ class Step1 extends React.PureComponent<Step1Props> {
export default connect(({ BLOCK_NAME_CAMEL_CASE }: { BLOCK_NAME_CAMEL_CASE: IStateType }) => ({
data: BLOCK_NAME_CAMEL_CASE.step,
}))(Form.create()(Step1));
}))(Form.create<Step1Props>()(Step1));
......@@ -118,4 +118,4 @@ export default connect(
submitting: loading.effects['BLOCK_NAME_CAMEL_CASE/submitStepForm'],
data: BLOCK_NAME_CAMEL_CASE.step,
}),
)(Form.create()(Step2));
)(Form.create<Step2Props>()(Step2));
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment