UNPKG

@ckeditor/ckeditor5-export-inline-styles

Version:

The export with inline styles feature for CKEditor 5.

13 lines (12 loc) 609 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 export-inline-styles */ export { ExportInlineStyles, type ExportInlineStylesConfig, type ExportInlineStylesTransformation } from './exportinlinestyles.js'; export { ExportInlineStylesCommand } from './exportinlinestylescommand.js'; export { ExportInlineStylesEditing } from './exportinlinestylesediting.js'; export { dropImportantStyleSuffix } from './exportinlinestylesutils.js'; import './augmentation.js';