import { Plate, PlateContent } from '@udecode/plate-common' import { content } from './editor.css' import { plugins } from './plugins' type EmailEditorProps = Omit, 'children' | 'plugins'> export function Editor(props: EmailEditorProps) { return ( ) }