import type { Editor } from '@tiptap/core' import styles from './EditorBubbleMenu.module.scss' import { Icon } from '../_shared/Icon' import { clsx } from 'clsx' type BubbleMenuProps = { editor: Editor ref: (el: HTMLDivElement) => void } export const EditorBubbleMenu = (props: BubbleMenuProps) => { return (