@frigade/react 1.38.32 → 1.38.34
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.ts +1 -1
- package/dist/index.js +106 -106
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +103 -103
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -519,7 +519,7 @@ interface FrigadeFormProps extends DefaultFrigadeFlowProps {
|
|
|
519
519
|
*/
|
|
520
520
|
repeatable?: boolean;
|
|
521
521
|
/**
|
|
522
|
-
* If true, the user will be excited from the flow when the form is dismissed. Default is false.
|
|
522
|
+
* If true, the user will be excited from the flow when the form is dismissed. The flow will be marked as dismissed. Default is false.
|
|
523
523
|
*/
|
|
524
524
|
endFlowOnDismiss?: boolean;
|
|
525
525
|
/**
|