UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

8 lines (7 loc) 213 B
import React from "react"; export interface IMjmlProps { children?: React.ReactNode; owa?: string; lang?: string; } export declare function Mjml({ children, ...props }: IMjmlProps): React.JSX.Element;