UNPKG

@maizzle/framework

Version:

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

5 lines 200 B
//#region src/plaintext.d.ts declare function createPlaintext(html: string, options?: Record<string, unknown>): string; //#endregion export { createPlaintext }; //# sourceMappingURL=plaintext.d.ts.map