UNPKG

@protocraft/core

Version:

A React Framework for building extensible drag and drop page editors

3 lines (2 loc) 142 B
import { EditorState, NodeId } from '../interfaces'; export declare const removeNodeFromEvents: (state: EditorState, nodeId: NodeId) => void;