UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

7 lines (6 loc) 201 B
import React from "react"; export interface IMjmlClassProps { name?: string; [prop: string]: string | undefined; } export declare function MjmlClass(props: IMjmlClassProps): React.JSX.Element;