/** * @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 highlight */ export { Highlight } from "./highlight.js"; export { HighlightEditing } from "./highlightediting.js"; export { HighlightUI } from "./highlightui.js"; export { HighlightCommand } from "./highlightcommand.js"; export type { HighlightOption, HighlightConfig } from "./highlightconfig.js"; import "../theme/index-editor.css"; import "../theme/index-content.css"; import "./augmentation.js";