UNPKG

dmeditor

Version:

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

5 lines (4 loc) 201 B
import type { DME } from '../..'; import { EntitySpace } from './entity'; declare const Space: (props: DME.WidgetRenderProps<EntitySpace>) => import("react/jsx-runtime").JSX.Element; export { Space };