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