UNPKG

@maizzle/framework

Version:

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

8 lines 363 B
//#region src/utils/url.d.ts declare const defaultTags: Record<string, string[]>; declare const urlAttributes: string[]; declare function isAbsoluteUrl(url: string): boolean; declare function processSrcset(srcset: string, baseUrl: string): string; //#endregion export { defaultTags, isAbsoluteUrl, processSrcset, urlAttributes }; //# sourceMappingURL=url.d.ts.map