UNPKG

strapi-plugin-email-designer-5

Version:
6 lines (5 loc) 193 B
import en from "../translations/en.json"; /** * Hook used to display the translated message based on the key passed in */ export declare const useTr: () => (key: keyof typeof en) => string;