Skip to content

Commit e061ca0

Browse files
committed
fix(lib/index.d.ts): add key to typescript definitions
key is an exported constant so updating the typescript definitions to match
1 parent ec31c82 commit e061ca0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,6 @@ declare class ErrorMessage extends SvelteComponentTyped<
8989
{default: any}
9090
> {}
9191

92-
export {createForm, Form, Field, Select, ErrorMessage, Textarea};
92+
declare const key: {};
93+
94+
export {createForm, key, Form, Field, Select, ErrorMessage, Textarea};

0 commit comments

Comments
 (0)