UNPKG

dmeditor

Version:

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

12 lines (11 loc) 298 B
import React from 'react'; declare global { interface Window { dmeditorPropertyTab: (params: any) => void; } } export declare const BlockProperty: (props: { blocktype: string; inBlock?: boolean; children?: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;