UNPKG

react-email-builder

Version:
12 lines (11 loc) 215 B
export interface ImageBlockAttrs { src?: string; alt?: string; width?: number; /** * default `yes` */ full?: 'yes' | 'no'; align?: 'left' | 'right' | 'center'; href?: string; }