@maizzle/framework
Version:
Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.
13 lines • 400 B
TypeScript
//#region src/composables/useDoctype.d.ts
/**
* Set the doctype for the current email template.
*
* Usage in SFC <script setup>:
* ```ts
* useDoctype('')
* ```
*/
declare function useDoctype(doctype: string): void;
//#endregion
export { useDoctype };
//# sourceMappingURL=useDoctype.d.ts.map