UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

4 lines (3 loc) 131 B
export declare function convertPropsToMjmlAttributes<P>(props: { [K in keyof P]: unknown; }): Record<string, string | object>;