Skip to content

Commit eaa1274

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { FormProps } from './index.d';
12
/// <reference lib="svelte2tsx" />
23
import type {SvelteComponentTyped} from 'svelte';
34
import type {Readable, Writable} from 'svelte/store';
@@ -99,4 +100,4 @@ declare class ErrorMessage extends SvelteComponentTyped<
99100

100101
declare const key: {};
101102

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

0 commit comments

Comments
 (0)