UNPKG

@maizzle/framework

Version:

Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.

14 lines (11 loc) 183 B
import type Config from './config'; export type RenderOutput = { /** The rendered HTML. */ html: string; /** The Maizzle configuration object. */ config: Config; };