UNPKG

@tanayvk/mailer

Version:

@adonisjs/mail without @adonisjs/core dependency.

7 lines (6 loc) 176 B
import type { PluginFn } from 'edge.js/types'; /** * Registers mjml component to convert email markup * to HTML */ export declare const mailPluginEdge: PluginFn<undefined>;