We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb2d35 commit 1ad8a3bCopy full SHA for 1ad8a3b
packages/kit/types/index.d.ts
@@ -1219,7 +1219,7 @@ export interface SubmitFunction<
1219
| ((opts: {
1220
form: HTMLFormElement;
1221
action: URL;
1222
- result: ActionResult<Success, Failure>;
+ result: ActionResult<Success, Failure>;
1223
/**
1224
* Call this to get the default behavior of a form submission response.
1225
* @param options Set `reset: false` if you don't want the `<form>` values to be reset after a successful submission.
0 commit comments