UNPKG

@_sh/strapi-plugin-ckeditor

Version:

Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)

7 lines (6 loc) 201 B
import 'ckeditor5/ckeditor5.css'; export type WordCountPluginStats = { words: number; characters: number; }; export declare function CKEReact(): import("react/jsx-runtime").JSX.Element | null;