UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

9 lines (8 loc) 247 B
import React from "react"; export interface IMjmlAllProps { className?: string; cssClass?: string; mjmlClass?: string; [prop: string]: string | undefined; } export declare function MjmlAll(props: IMjmlAllProps): React.JSX.Element;