# Installation
> `npm install --save @types/mjml`

# Summary
This package contains type definitions for mjml (https://github.com/mjmlio/mjml).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mjml.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mjml/index.d.ts)
````ts
// eslint-disable-next-line @definitelytyped/no-import-default-of-export-equals
import mjml2html from "mjml-core";

export = mjml2html;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [@types/mjml-core](https://npmjs.com/package/@types/mjml-core)

# Credits
These definitions were written by [aahoughton        ](https://github.com/aahoughton), [marpstar          ](https://github.com/marpstar), and [IanEdington       ](https://github.com/IanEdington).
