UNPKG

strapi-plugin-email-designer-5

Version:
9 lines (8 loc) 240 B
import type { Core } from "@strapi/strapi"; declare const controller: ({ strapi }: { strapi: Core.Strapi; }) => { getConfig: (ctx: any) => Promise<void>; getFullConfig: (ctx: any) => Promise<void>; }; export default controller;