UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

7 lines (6 loc) 177 B
import React, { Component } from "react"; export declare class MjmlYahooStyle extends Component<{ children?: React.ReactNode; }> { render(): React.JSX.Element | null; }