UNPKG

dmeditor

Version:

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

9 lines (8 loc) 216 B
import { DMEData } from '../../core/types'; export interface EntityHeroText { heroPosition?: 'left' | 'right'; heroFullWidth?: boolean; settings?: { general?: DMEData.GeneralSettingType; }; }