UNPKG

@_sh/strapi-plugin-ckeditor

Version:

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

5 lines (4 loc) 163 B
import { type ReactNode } from 'react'; export declare function EditorLayout({ children }: { children: ReactNode; }): import("react/jsx-runtime").JSX.Element;