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