UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

6 lines (5 loc) 167 B
import React from "react"; export interface IMjmlIncludeProps { path?: string; } export declare function MjmlInclude(props: IMjmlIncludeProps): React.JSX.Element;