import type { Editor } from '@tiptap/core' import { InsertLinkForm } from '../InsertLinkForm' import styles from './LinkBubbleMenu.module.scss' type Props = { editor: Editor ref: (el: HTMLDivElement) => void shouldShow: boolean onClose: () => void } export const LinkBubbleMenuModule = (props: Props) => { return (