Explorar o código

chore(types): 更新类型

wangcong hai 3 semanas
pai
achega
6907bb1757
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/types/index.ts

+ 1 - 0
src/types/index.ts

@@ -115,6 +115,7 @@ export interface UseGuideStepItem extends StepProps {
   wrapperCol?: { span?: string | number };
   isLastStep?: boolean;
   exportButtonShow?: boolean;
+  prevStepButtonHide?: boolean;
   nextStepButtonHide?: boolean;
   nextStepButtonText?: string;
   nextStepButtonDisabled?: boolean;