/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ /** * @module language */ export { TextPartLanguage } from './textpartlanguage.js'; export { TextPartLanguageEditing } from './textpartlanguageediting.js'; export { TextPartLanguageUI } from './textpartlanguageui.js'; export { TextPartLanguageCommand } from './textpartlanguagecommand.js'; export type { TextPartLanguageOption } from './textpartlanguageconfig.js'; export { stringifyLanguageAttribute as _stringifyLanguageAttribute, parseLanguageAttribute as _parseLanguageAttribute } from './utils.js'; import './augmentation.js';