UNPKG

draft-js-image-render-plugin

Version:
4 lines (3 loc) 160 B
import { ContentState } from 'draft-js'; declare const removeBlock: (contentState: ContentState, blockKey: string) => ContentState; export default removeBlock;