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