UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

7 lines (6 loc) 219 B
import React from "react"; export interface IMjmlSelectorProps { children?: React.ReactNode; path?: string; } export declare function MjmlSelector({ children, ...props }: IMjmlSelectorProps): React.JSX.Element;