@frigade/react 1.32.65 → 1.32.67
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/lib/index.d.ts +1 -1
- package/lib/index.js +39 -39
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +14 -14
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -126,7 +126,7 @@ interface DefaultFrigadeFlowProps {
|
|
|
126
126
|
* @param step
|
|
127
127
|
* @param index
|
|
128
128
|
*/
|
|
129
|
-
onStepCompletion?: (step: StepData, index: number, nextStep?: StepData, allFormData?: any, stepSpecificFormData?:
|
|
129
|
+
onStepCompletion?: (step: StepData, index: number, nextStep?: StepData, allFormData?: any, stepSpecificFormData?: any) => boolean;
|
|
130
130
|
/**
|
|
131
131
|
* Handler for when a primary or secondary CTA is clicked (regardless if step is completed or not).
|
|
132
132
|
* Return true if your app performs an action (e.g. open other modal or page transition).
|