UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

9 lines (8 loc) 283 B
import React from "react"; export interface IMjmlHtmlAttributesProps { className?: string; cssClass?: string; mjmlClass?: string; children?: React.ReactNode; } export declare function MjmlHtmlAttributes({ children, ...props }: IMjmlHtmlAttributesProps): JSX.Element;