UNPKG

dmeditor

Version:

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

10 lines (9 loc) 240 B
import { DMEData } from '../../core/types'; export interface EntityList { direction?: 'vertical' | 'horizontal'; itemGap?: number; allowedTypes?: string[]; settings?: { general?: DMEData.GeneralSettingType; }; }