DefinitelyTyped/types/react-native-mail/react-native-mail-tests.ts
2019-05-30 12:00:20 -07:00

7 lines
144 B
TypeScript

import Mailer from "react-native-mail";
Mailer.mail(
{ subject: "", body: "", isHTML: false },
(error: string, event: string) => {}
);