import { PasteCleanupSettings as PasteSettings } from '@progress/kendo-editor-common';
/**
 * The settings passed to `pasteCleanup` function ([see example]({% slug paste_editor %})).
 */
export interface PasteCleanupSettings extends PasteSettings {
}
