UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

9 lines (8 loc) 246 B
/// <reference types="react" /> export interface IMjmlAllProps { className?: string; cssClass?: string; mjmlClass?: string; [prop: string]: string | undefined; } export declare function MjmlAll(props: IMjmlAllProps): JSX.Element;