UNPKG

strapi-plugin-email-designer-5

Version:
22 lines (21 loc) 778 B
declare const _default: { config: ({ strapi }: { strapi: import("@strapi/types/dist/core").Strapi; }) => { getConfig: (ctx: any) => Promise<void>; getFullConfig: (ctx: any) => Promise<void>; }; designer: ({ strapi }: { strapi: import("@strapi/types/dist/core").Strapi; }) => { getTemplates: (ctx: any) => Promise<void>; getTemplate: (ctx: any) => Promise<void>; deleteTemplate: (ctx: any) => Promise<void>; saveTemplate: (ctx: any) => Promise<any>; duplicateTemplate: (ctx: any) => Promise<any>; download: (ctx: any) => Promise<any>; getCoreEmailType: (ctx: any) => Promise<any>; saveCoreEmailType: (ctx: any) => Promise<any>; }; }; export default _default;