UNPKG

dmeditor

Version:

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

10 lines (9 loc) 247 B
import { DMEData } from '../../core/types'; export interface EntityPopup { buttonText: string; closeButtonText?: string; modalSize?: 'small' | 'medium' | 'large'; settings?: { general?: DMEData.GeneralSettingType; }; }