import type { BaseTextAttributes, DeltaInsert } from '@blocksuite/store'; import { html, type TemplateResult } from 'lit'; export function renderElement( delta: DeltaInsert, parseAttributes: ( textAttributes?: TextAttributes ) => TextAttributes | undefined, selected: boolean ): TemplateResult<1> { return html``; }