UNPKG

@maizzle/framework

Version:

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

9 lines 288 B
//#region src/index.d.ts interface Framework { serve: (options?: any) => Promise<any>; build: (options?: any) => Promise<any>; prepare: (options?: any) => Promise<any>; } declare function bootstrap(framework?: Framework): Promise<void>; //#endregion export { bootstrap as default };