UNPKG

@sklinet/strapi-plugin-tinymce

Version:

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

15 lines (14 loc) 377 B
/// <reference types="koa" /> declare const _default: { admin: { uploadImage(ctx: import("koa").Context): Promise<import("koa").Context>; }; config: { getConfig: (ctx: any) => Promise<void>; }; settings: { getSettings: (ctx: any) => Promise<void>; setSettings: (ctx: any) => Promise<void>; }; }; export default _default;