MCPcopy Index your code
hub / github.com/resend/react-email / EmailProps

Interface EmailProps

examples/mailgun/src/email.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Button, Html } from 'react-email';
2
3interface EmailProps {
4 url: string;
5}
6
7export function Email({ url }: EmailProps) {
8 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected