UNPKG

@tmlmobilidade/emails

Version:
10 lines (9 loc) 251 B
import { jsx as _jsx } from "react/jsx-runtime"; /* * */ import { Text } from 'react-email'; import styles from './styles.js'; /* * */ export function Greeting({ text = 'Olá,' }) { return (_jsx(Text, { style: styles.text, children: text })); } ;