Skip to content

Commit ef3240a

Browse files
committed
fix explicit export
1 parent afde6bd commit ef3240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { sendForm } from './methods/sendForm/sendForm';
66

77
export type { StorageProvider };
88

9-
export { init, send, sendForm };
9+
export { init, send, sendForm, EmailJSResponseStatus };
1010

1111
export default {
1212
init,

0 commit comments

Comments
 (0)