/** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** * @module autoformat */ export { default as Autoformat } from './autoformat.js'; export { default as blockAutoformatEditing } from './blockautoformatediting.js'; export { default as inlineAutoformatEditing } from './inlineautoformatediting.js'; import './augmentation.js';