UNPKG

dmeditor

Version:

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

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