UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

10 lines (9 loc) 330 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 MjmlAll(props) { return React.createElement("mj-all", convertPropsToMjmlAttributes(props)); }