UNPKG

684 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 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8 */
9/**
10 * @module paste-from-office
11 */
12export { default as PasteFromOffice } from './pastefromoffice.js';
13export type { Normalizer, NormalizerData } from './normalizer.js';
14export { default as MSWordNormalizer } from './normalizers/mswordnormalizer.js';
15export { parseHtml } from './filters/parse.js';
16import './augmentation.js';