UNPKG

dmeditor

Version:

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

11 lines (10 loc) 240 B
import { DMEData } from '../../core/types'; export interface EntityHeadingBlock { value: string; level: number; settings?: { align?: string; color?: string; general?: DMEData.GeneralSettingType; }; }