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 7df1b1d commit 5c9be49Copy full SHA for 5c9be49
lib/index.d.ts
@@ -29,7 +29,7 @@ type TextareaProperties = {
29
name: string;
30
} & svelte.JSX.HTMLProps<HTMLTextAreaElement>;
31
32
-type FormState<Inf = Record<string, any>> = {
+export type FormState<Inf = Record<string, any>> = {
33
form: Writable<Inf>;
34
errors: Writable<Record<keyof Inf, string>>;
35
touched: Writable<Record<keyof Inf, boolean>>;
0 commit comments