@ckeditor/ckeditor5-react
Version:
Official React component for CKEditor 5 – the best browser-based rich text editor.
11 lines (10 loc) • 750 B
TypeScript
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
export { default as CKEditor } from './ckeditor.js';
export { default as CKEditorContext } from './context/ckeditorcontext.js';
export { default as useMultiRootEditor, type MultiRootHookProps, type MultiRootHookReturns } from './useMultiRootEditor.js';
export { default as useCKEditorCloud } from './cloud/useCKEditorCloud.js';
export { default as withCKEditorCloud, type WithCKEditorCloudHocProps } from './cloud/withCKEditorCloud.js';
export { loadCKEditorCloud, type CKEditorCloudResult, type CKEditorCloudConfig } from '@ckeditor/ckeditor5-integrations-common';