Skip to content

Commit

Permalink
fix(form): fix stepForm props error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 29, 2021
1 parent 14dbe36 commit 1eec8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/form/src/layouts/StepsForm/StepForm.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { useContext, useRef, useEffect, useImperativeHandle } from 'react';
import type { FormProps, FormInstance, StepProps } from 'antd';
import type { FormProps, FormInstance } from 'antd';
import type { StepProps } from 'rc-steps/lib/Step';
import { noteOnce } from 'rc-util/lib/warning';

import type { CommonFormProps } from '../../BaseForm';
Expand Down

0 comments on commit 1eec8a2

Please sign in to comment.