From cfd054a6393b5accd9bbb0848ce52fd3403d1cd0 Mon Sep 17 00:00:00 2001 From: Aleksei Ozhiganov Date: Thu, 15 Dec 2022 11:52:07 +0600 Subject: [PATCH] #180 export form state type --- lib/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.d.ts b/lib/index.d.ts index 83a75f6..496ebc1 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -99,4 +99,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};