UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

11 lines (10 loc) 265 B
import React, { Component } from "react"; export declare class MjmlComment extends Component<{ children?: React.ReactNode; }> { render(): React.DOMElement<{ dangerouslySetInnerHTML: { __html: string; }; }, Element> | null; }