We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8557cb commit 54e0422Copy full SHA for 54e0422
packages/svelte/src/lib/useForm.ts
@@ -17,7 +17,7 @@ import { writable, type Writable } from 'svelte/store'
17
18
type FormDataType = Record<string, FormDataConvertible>
19
20
-interface InertiaFormProps<TForm extends FormDataType> {
+export interface InertiaFormProps<TForm extends FormDataType> {
21
isDirty: boolean
22
errors: Partial<Record<keyof TForm, string>>
23
hasErrors: boolean
0 commit comments