Skip to content

Commit

Permalink
#180 export form state type
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyursus92 committed Dec 15, 2022
1 parent 7df1b1d commit eaa1274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { FormProps } from './index.d';
/// <reference lib="svelte2tsx" />
import type {SvelteComponentTyped} from 'svelte';
import type {Readable, Writable} from 'svelte/store';
Expand Down Expand Up @@ -99,4 +100,4 @@ declare class ErrorMessage extends SvelteComponentTyped<

declare const key: {};

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

0 comments on commit eaa1274

Please sign in to comment.