UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

11 lines 406 B
import { Config } from "../../../types/config.mjs"; import { RenderedTemplates } from "../types.mjs"; //#region src/libs/email/templates/load-email-templates.d.ts declare const loadEmailTemplates: (props: { config: Config; silent?: boolean; verbose?: boolean; }) => Promise<RenderedTemplates>; //#endregion export { loadEmailTemplates as default }; //# sourceMappingURL=load-email-templates.d.mts.map