UNPKG

dmeditor

Version:

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

6 lines (5 loc) 251 B
/// <reference types="react" /> import type { DME } from '../..'; import { EntityHeroText, EntityHeroTextChildren } from './entity'; declare const HeroText: React.FC<DME.WidgetRenderProps<EntityHeroText, EntityHeroTextChildren>>; export { HeroText };