diff --git a/lib/index.d.ts b/lib/index.d.ts index 83a75f6..13c9f5c 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -29,7 +29,7 @@ type TextareaProperties = { name: string; } & svelte.JSX.HTMLProps; -type FormState> = { +export type FormState> = { form: Writable; errors: Writable>; touched: Writable>;