@ckeditor/ckeditor5-undo
Version:
Undo feature for CKEditor 5.
12 lines (11 loc) • 389 B
JavaScript
/**
* @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 undo
*/
export { default as Undo } from './undo.js';
export { default as UndoEditing } from './undoediting.js';
export { default as UndoUI } from './undoui.js';
import './augmentation.js';