UNPKG

dmeditor

Version:

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

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