UNPKG

dmeditor

Version:

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

9 lines (8 loc) 280 B
import type { DMEData } from '../../..'; export interface DMEditorViewProps { data: DMEData.BlockList; theme?: string; projectStyle?: string; } declare const DMEditorView: (props: DMEditorViewProps) => import("react/jsx-runtime").JSX.Element; export { DMEditorView };