import * as react_jsx_runtime from 'react/jsx-runtime'; import { ReactNode } from 'react'; import { Email, Style, BlockType, Content } from '../types/email-editor.js'; interface EmailEditorContextType { email: Email; updateEmail: (email: Email) => void; updateEmailStyle: (style: Partial