UNPKG
@aot-technologies/formio-react
Version:
beta (1.0.5-beta.2)
dev (2.0.0-dev.1)
latest (2.0.1)
test (1.0.2-test2)
2.0.1
2.0.0
2.0.0-dev.2
2.0.0-dev.1
1.0.5
1.0.5-beta.2
1.0.5-beta.1
1.0.5-beta.0
1.0.4
1.0.3
1.0.2
1.0.2-test2
1.0.2-test
1.0.1
1.0.0
React renderer for form.io forms.
github.com/formio/react
formio/react
@aot-technologies/formio-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