Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomoor committed Oct 28, 2024
1 parent 5d4fdb4 commit 6e7ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export interface Form<Data extends Record<string, unknown>> {
validator(): Validator;
getData(): Data;
}
export declare const useForm: <Data extends Record<string, unknown>>(method: RequestMethod | (() => RequestMethod), url: string | (() => string), inputs: Data, config?: ValidationConfig) => Data & Form<Data>;
export declare const useForm: <Data extends Record<string, unknown>>(method: RequestMethod | (() => RequestMethod), url: string | (() => string), inputs: Data, config?: ValidationConfig) => Data & Form<Data>

0 comments on commit 6e7ae78

Please sign in to comment.