UNPKG

@sklinet/strapi-plugin-tinymce

Version:

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

6 lines (5 loc) 217 B
declare const taskRequests: { getSettings: () => Promise<import("axios").AxiosResponse<any, any>>; setSettings: (data: any) => Promise<import("axios").AxiosResponse<any, any>>; }; export default taskRequests;