UNPKG

dmeditor

Version:

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

4 lines (3 loc) 186 B
import { DME } from '../../'; import { EntityPopup } from './entity'; export declare const Popup: (props: DME.WidgetRenderProps<EntityPopup>) => import("react/jsx-runtime").JSX.Element;