UNPKG

363 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 */
5import type { PasteFromOffice } from './index.js';
6declare module '@ckeditor/ckeditor5-core' {
7 interface PluginsMap {
8 [PasteFromOffice.pluginName]: PasteFromOffice;
9 }
10}