UNPKG

dmeditor

Version:

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

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