UNPKG

784 BTypeScriptView Raw
1/**
2 * @license Copyright (c) 2003-2023, 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';
9export { default as LinkEditing } from './linkediting';
10export { default as LinkUI } from './linkui';
11export { default as LinkImage } from './linkimage';
12export { default as LinkImageEditing } from './linkimageediting';
13export { default as LinkImageUI } from './linkimageui';
14export { default as AutoLink } from './autolink';
15export { LinkConfig, type LinkDecoratorDefinition } from './linkconfig';
16export { default as LinkCommand } from './linkcommand';
17export { default as UnlinkCommand } from './unlinkcommand';
18import './augmentation';