UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

7 lines (6 loc) 200 B
/// <reference types="react" /> export interface IMjmlClassProps { name?: string; [prop: string]: string | undefined; } export declare function MjmlClass(props: IMjmlClassProps): JSX.Element;