File: //home/arjun/projects/buyercall/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
/**
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/**
* @module clipboard
*/
export { default as Clipboard } from './clipboard';
export { default as ClipboardPipeline } from './clipboardpipeline';
export { default as DragDrop } from './dragdrop';
export { default as PastePlainText } from './pasteplaintext';