UNPKG

dmeditor

Version:

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

10 lines (9 loc) 239 B
import { DMEData } from '../../core/types/dmeditor'; export interface EntityContentView { view: string; dataSource?: DMEData.DataSourceData; content?: any; settings?: { general: DMEData.GeneralSettingType; }; }