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 ec31c82 commit e061ca0Copy full SHA for e061ca0
lib/index.d.ts
@@ -89,4 +89,6 @@ declare class ErrorMessage extends SvelteComponentTyped<
89
{default: any}
90
> {}
91
92
-export {createForm, Form, Field, Select, ErrorMessage, Textarea};
+declare const key: {};
93
+
94
+export {createForm, key, Form, Field, Select, ErrorMessage, Textarea};
0 commit comments