Files
DefinitelyTyped/types/react-native-mail/react-native-mail-tests.ts

7 lines
144 B
TypeScript

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