import { PlateLeaf } from '@udecode/plate-common' import { forwardRef } from 'react' import { highlight } from './mark.css' export const HighlightMark = forwardRef(( props: React.ComponentPropsWithoutRef, ref: React.ElementRef, ) => { return ( ) })