@maizzle/framework
Version:
Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.
12 lines (11 loc) • 400 B
TypeScript
import { Plugin } from "vite";
//#region src/render/plugins/markdownExtract.d.ts
/**
* Vite plugin that pre-processes <Markdown> tags:
* - Extracts slot content, dedents it, and passes as :content prop
* - Resolves `src` prop to read file contents at build time
*/
declare function markdownExtract(): Plugin;
//#endregion
export { markdownExtract };
//# sourceMappingURL=markdownExtract.d.ts.map