UNPKG

@ckeditor/ckeditor5-remove-format

Version:

Remove format feature for CKEditor 5.

12 lines (11 loc) 446 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 remove-format */ export { default as RemoveFormat } from './removeformat.js'; export { default as RemoveFormatEditing } from './removeformatediting.js'; export { default as RemoveFormatUI } from './removeformatui.js'; import './augmentation.js';