@ckeditor/ckeditor5-html-embed
Version:
HTML embed feature for CKEditor 5.
14 lines (13 loc) • 560 B
TypeScript
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
/**
* @module html-embed
*/
export { default as HtmlEmbed } from './htmlembed.js';
export { default as HtmlEmbedEditing } from './htmlembedediting.js';
export { default as HtmlEmbedUI } from './htmlembedui.js';
export type { default as HtmlEmbedCommand } from './htmlembedcommand.js';
export type { HtmlEmbedConfig } from './htmlembedconfig.js';
import './augmentation.js';