Przeglądaj źródła

chore(types): 更新类型

wangcong 3 tygodni temu
rodzic
commit
6907bb1757
1 zmienionych plików z 1 dodań i 0 usunięć
  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;