UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

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