UNPKG

@sklinet/strapi-plugin-tinymce

Version:

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

15 lines (14 loc) 302 B
declare const _default: { register(app: any): void; bootstrap(app: any): void; registerTrads(app: any): Promise<({ data: { [x: string]: string; }; locale: string; } | { data: {}; locale: string; })[]>; }; export default _default;