UNPKG

@sklinet/strapi-plugin-tinymce

Version:

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

8 lines (7 loc) 258 B
interface MediaLibProps { isOpen?: boolean; onChange?: (e: any) => void; onToggle?: () => void; } declare const MediaLib: ({ isOpen, onChange, onToggle }: MediaLibProps) => import("react/jsx-runtime").JSX.Element | null; export default MediaLib;