UNPKG

@maizzle/framework

Version:

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

6 lines 255 B
//#region src/tests/render/_helpers.d.ts declare function createTempProject(): string; declare function writeSfc(dir: string, path: string, content: string): void; //#endregion export { createTempProject, writeSfc }; //# sourceMappingURL=_helpers.d.ts.map