UNPKG

dmeditor

Version:

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

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