UNPKG

dmeditor

Version:

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

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