UNPKG

dmeditor

Version:

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

10 lines (9 loc) 234 B
import { DMEData } from '../../core/types'; export interface EntityButton { value: string; link: string; settings?: { textAlign?: 'left' | 'center' | 'right'; general?: DMEData.GeneralSettingType; }; }