Skip to content

Commit

Permalink
fix(screeb-sdk-react): fixed provide props type
Browse files Browse the repository at this point in the history
  • Loading branch information
MD4 committed Oct 4, 2024
1 parent aa3aa9f commit b817a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/screeb-sdk-react/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ Screeb context API
| `identityReset` | [`IdentityResetFunction`](README.md#identityresetfunction) |
| `init` | [`InitFunction`](README.md#initfunction) |
| `load` | [`LoadFunction`](README.md#loadfunction) |
| `messageClose` | [`MessageCloseFunction`](README.md#messageclosefunction) |
| `messageStart` | [`MessageStartFunction`](README.md#messagestartfunction) |
| `surveyClose` | [`SurveyCloseFunction`](README.md#surveyclosefunction) |
| `surveyStart` | [`SurveyStartFunction`](README.md#surveystartfunction) |
| `targetingCheck` | [`TargetingCheckFunction`](README.md#targetingcheckfunction) |
Expand Down
2 changes: 2 additions & 0 deletions packages/screeb-sdk-react/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ export type ScreebContextValues = {
load: LoadFunction;
surveyClose: SurveyCloseFunction;
surveyStart: SurveyStartFunction;
messageClose: MessageCloseFunction;
messageStart: MessageStartFunction;
targetingCheck: TargetingCheckFunction;
targetingDebug: TargetingDebugFunction;
};
Expand Down

0 comments on commit b817a54

Please sign in to comment.