UNPKG

@progress/kendo-react-editor

Version:
7 lines (6 loc) 251 B
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 { }