UNPKG

@ckeditor/ckeditor5-style

Version:

Style feature for CKEditor 5.

13 lines (12 loc) 453 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 style */ export { default as Style } from './style.js'; export { default as StyleEditing } from './styleediting.js'; export { default as StyleUI } from './styleui.js'; export { default as StyleUtils } from './styleutils.js'; import './augmentation.js';