@swan-admin/swan-web-component 1.0.25 → 1.0.27

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
@@ -126,6 +126,7 @@ interface FaceScanProps {
126
126
  userDetails: FaceScanMetaData;
127
127
  onComplete?: (data: any) => void;
128
128
  onScanError?: (data: any) => void;
129
+ onRetry?: () => void;
129
130
  config?: any;
130
131
  }
131
132
 
package/dist/index.d.ts CHANGED
@@ -126,6 +126,7 @@ interface FaceScanProps {
126
126
  userDetails: FaceScanMetaData;
127
127
  onComplete?: (data: any) => void;
128
128
  onScanError?: (data: any) => void;
129
+ onRetry?: () => void;
129
130
  config?: any;
130
131
  }
131
132