Skip to content

Commit cfd054a

Browse files
committed
#180 export form state type
1 parent 7df1b1d commit cfd054a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ declare class ErrorMessage extends SvelteComponentTyped<
9999

100100
declare const key: {};
101101

102-
export {createForm, key, Form, Field, Select, ErrorMessage, Textarea};
102+
export {createForm, key, Form, Field, Select, ErrorMessage, Textarea, type FormState};

0 commit comments

Comments
 (0)