import { StepsProps as AntStepsProps } from "antd"; import RcSteps from "rc-steps"; export interface StepsProps extends AntStepsProps { } export type StepProps = typeof RcSteps.Step;