UNPKG

strapi-plugin-email-designer-5

Version:
6 lines (5 loc) 153 B
/** * Prefix & returns the translation string with the plugin's id */ declare const getTranslation: (id: string) => string; export { getTranslation };