UNPKG

@sklinet/strapi-plugin-tinymce

Version:

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

13 lines (12 loc) 283 B
declare const _default: { config: ({ strapi }: { strapi: any; }) => { getConfig(key?: string): any; }; settings: () => { getSettings(): Promise<unknown>; setSettings(settings: any): Promise<unknown>; }; }; export default _default;