@srimandir/hanuman-chalisa 1.2.8 → 1.3.0

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.
@@ -24,6 +24,8 @@ interface SuccessPageProps {
24
24
  analytics?: HanumanChalisaAnalytics;
25
25
  /** Toast function to show notifications (type: 'success' | 'error' | 'warning', message: string) */
26
26
  showToast?: (type: 'success' | 'error' | 'warning' | 'info', message: string) => void;
27
+ /** Disable automatic redirect (for debugging) */
28
+ disableRedirect?: boolean;
27
29
  }
28
30
  export declare const SuccessPage: React.FC<SuccessPageProps>;
29
31
  export {};