UNPKG

dmeditor

Version:

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

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