@ckeditor/ckeditor5-import-word
Version:
Import from Word feature for CKEditor 5.
13 lines (12 loc) • 668 B
TypeScript
/**
* @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 import-word
*/
export { ImportWord, type ImportWordConfig, type ImportWordFormattingOptions } from './importword.js';
export { ImportWordEditing } from './importwordediting.js';
export { ImportWordUI } from './importwordui.js';
export { ImportWordCommand, type ImportWordDataInsertEvent, type ImportWordDataInsertEventData, type ImportWordDataHeaderFooterDefinitions, type ImportWordDataHeaderFooterContent } from './importwordcommand.js';
import './augmentation.js';