UNPKG
formio-pr-react
Version:
latest (7.0.0-pr.2)
7.0.0-pr.2
React renderer for form.io forms.
github.com/this-Rezaei/formio-pr-react
this-Rezaei/formio-pr-react
formio-pr-react
/
lib
/
modules
/
auth
/
actions.d.ts
4 lines
•
202 B
TypeScript
View Raw
1
2
3
4
export
function
initAuth
(
):
(
dispatch
:
any
) =>
void
;
export
function
setUser
(
user
:
any
):
(
dispatch
:
any
) =>
void
;
export
function
logout
(
):
(
dispatch
:
any
) =>
void
;
//# sourceMappingURL=actions.d.ts.map