UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

6 lines (5 loc) 166 B
/// <reference types="react" /> export interface IMjmlIncludeProps { path?: string; } export declare function MjmlInclude(props: IMjmlIncludeProps): JSX.Element;