UNPKG

@maizzle/framework

Version:

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

5 lines 198 B
//#region src/commands/make/scaffold.d.ts declare function scaffold(filePath: string, stubName: string): Promise<void>; declare function onCancel(): void; //#endregion export { onCancel, scaffold };