UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

9 lines (8 loc) 239 B
/// <reference types="react" /> export interface IMjmlBreakpointProps { width?: string; dangerouslySetInnerHTML?: { __html: string; }; } export declare function MjmlBreakpoint(props: IMjmlBreakpointProps): JSX.Element;