UNPKG

@ckeditor/ckeditor5-editor-inline

Version:

Inline editor implementation for CKEditor 5.

9 lines (8 loc) 278 B
/** * @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 */ /** * @module editor-inline */ export { default as InlineEditor } from './inlineeditor.js';