UNPKG

dmeditor

Version:

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

5 lines (4 loc) 176 B
import { type DMEData } from '../../../core/types'; export declare const SetEditControl: (props: { blockData: DMEData.Block; }) => import("react/jsx-runtime").JSX.Element;