Skip to content

Commit 6e7ae78

Browse files
committed
fix: lint
1 parent 5d4fdb4 commit 6e7ae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export interface Form<Data extends Record<string, unknown>> {
2121
validator(): Validator;
2222
getData(): Data;
2323
}
24-
export declare const useForm: <Data extends Record<string, unknown>>(method: RequestMethod | (() => RequestMethod), url: string | (() => string), inputs: Data, config?: ValidationConfig) => Data & Form<Data>;
24+
export declare const useForm: <Data extends Record<string, unknown>>(method: RequestMethod | (() => RequestMethod), url: string | (() => string), inputs: Data, config?: ValidationConfig) => Data & Form<Data>

0 commit comments

Comments
 (0)