UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

6 lines (5 loc) 192 B
import { DMEData } from '../../..'; export declare const DeleteBlock: (props: { blockPath: Array<number | string>; block: DMEData.Block; }) => import("react/jsx-runtime").JSX.Element;