UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

7 lines (6 loc) 228 B
import React from "react"; export interface IMjmlHtmlAttributeProps { children?: React.ReactNode; name?: string; } export declare function MjmlHtmlAttribute({ children, ...props }: IMjmlHtmlAttributeProps): JSX.Element;