UNPKG

dmeditor

Version:

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

9 lines (8 loc) 211 B
import { DMEData } from './../../core/types/dmeditor'; export interface EntitySpace { settings?: { height: number; background?: string; general?: DMEData.GeneralSettingType; }; }