import { ArrowLeftBigIcon } from '@blocksuite/icons/lit'; import { html } from 'lit'; export const menuTitle = (name: string, onBack: () => void) => { return html`
${ArrowLeftBigIcon()}
${name}
`; };