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