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
/
modules
/
submissions
/
actions.d.ts
6 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
export
function
resetSubmissions
(
name
:
any
): {
type
:
string
;
name
:
any
; };
export
function
getSubmissions
(
name
:
any
,
page
:
number
|
undefined
,
params
: {} |
undefined
,
formId
:
any
,
done
?: () =>
void
):
(
dispatch
:
any
,
getState
:
any
) =>
any
;
//# sourceMappingURL=actions.d.ts.map