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 { EntityList } from './entity'; declare const List: (props: DME.WidgetRenderProps<EntityList>) => import("react/jsx-runtime").JSX.Element; export { List };