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
/
hooks
/
useFormioContext.d.ts
11 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
function
useFormioContext
(
): {
Formio
:
any
;
baseUrl
:
any
;
projectUrl
:
any
; } & {
token
:
any
;
setToken
:
import
(
"react"
).
Dispatch
<
any
>;
isAuthenticated
:
boolean
;
logout
:
() =>
Promise
<
void
>; };
//# sourceMappingURL=useFormioContext.d.ts.map