UNPKG

strapi-plugin-email-designer-5

Version:
7 lines (6 loc) 229 B
import type { EmailTemplate } from "../types"; declare const CustomEmailTable: ({ data, reload }: { data: EmailTemplate[]; reload: Function; }) => import("react/jsx-runtime").JSX.Element; export default CustomEmailTable;