import type { EditorHost } from '@blocksuite/block-std'; import { createContextKey } from '@blocksuite/data-view'; export const HostContextKey = createContextKey( 'editor-host', undefined );