UNPKG

dmeditor

Version:

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

7 lines (6 loc) 150 B
import { DMEData } from '../../core/types'; export interface EntityAccordion { settings: { general?: DMEData.GeneralSettingType; }; }