UNPKG

@sklinet/strapi-plugin-tinymce

Version:

Strapi custom field with a customized build of TinyMCE richtext editor.

4 lines (3 loc) 155 B
type TradOptions = Record<string, string>; export declare const prefixPluginTranslations: (trad: TradOptions, pluginId: string) => TradOptions; export {};