UNPKG

817 BTypeScriptView Raw
1/**
2 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4 */
5/**
6 * @module link
7 */
8export { default as Link } from './link.js';
9export { default as LinkEditing } from './linkediting.js';
10export { default as LinkUI } from './linkui.js';
11export { default as LinkImage } from './linkimage.js';
12export { default as LinkImageEditing } from './linkimageediting.js';
13export { default as LinkImageUI } from './linkimageui.js';
14export { default as AutoLink } from './autolink.js';
15export { LinkConfig, type LinkDecoratorDefinition } from './linkconfig.js';
16export { default as LinkCommand } from './linkcommand.js';
17export { default as UnlinkCommand } from './unlinkcommand.js';
18import './augmentation.js';