UNPKG

rc-editor-core

Version:
3 lines (2 loc) 155 B
export declare type DraftHandleValue = 'handled' | 'not-handled'; export default function handlePastedText(text: string, html?: string): DraftHandleValue;