UNPKG

@maizzle/framework

Version:

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

8 lines (7 loc) 297 B
import { ChildNode } from "domhandler"; import { DomSerializerOptions } from "dom-serializer"; //#region src/utils/ast/serializer.d.ts declare function serialize(dom: ChildNode[], options?: DomSerializerOptions): string; //#endregion export { serialize }; //# sourceMappingURL=serializer.d.ts.map