UNPKG

strapi-plugin-jodit-editor

Version:

A powerful rich text editor plugin for Strapi v5 using the Jodit Editor with advanced formatting capabilities and seamless integration with Strapi's media library.

6 lines (5 loc) 143 B
import type { Core } from '@strapi/strapi'; declare const destroy: ({ strapi }: { strapi: Core.Strapi; }) => void; export default destroy;