UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

10 lines (9 loc) 361 B
/* * This file is generated. Don't edit it directly. * Modify `scripts/generate-mjml-react.ts` to make changes to these files */ import React from "react"; import { convertPropsToMjmlAttributes } from "../utils"; export function MjmlTitle({ children, ...props }) { return React.createElement("mj-title", convertPropsToMjmlAttributes(props), children); }