UNPKG

@maizzle/framework

Version:

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

17 lines 525 B
//#region src/composables/useOutputPath.d.ts /** * Override the output file path for the current template. * * The path is relative to the project root (cwd); it may be * absolute or escape the output directory with `../`. If it * has no extension, `output.extension` is appended. * * Usage in SFC <script setup>: * ```ts * useOutputPath('dist/promos/black-friday.html') * ``` */ declare function useOutputPath(path: string): void; //#endregion export { useOutputPath }; //# sourceMappingURL=useOutputPath.d.ts.map