optimized-react-component-library-xyz123 2.5.3 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -940,6 +940,7 @@ interface StepperButtonsProps {
940
940
  onSubmitHandler?: (e: any) => void;
941
941
  steps?: any[];
942
942
  activeStep: number;
943
+ appUsesApi?: boolean;
943
944
  }
944
945
 
945
946
  /**
package/dist/index.d.ts CHANGED
@@ -940,6 +940,7 @@ interface StepperButtonsProps {
940
940
  onSubmitHandler?: (e: any) => void;
941
941
  steps?: any[];
942
942
  activeStep: number;
943
+ appUsesApi?: boolean;
943
944
  }
944
945
 
945
946
  /**