UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

10 lines (9 loc) 278 B
import React, { Component } from "react"; interface IMjmlConditionalComment { children?: React.ReactNode; condition?: string; } export declare class MjmlConditionalComment extends Component<IMjmlConditionalComment> { render(): React.JSX.Element | null; } export {};