'use client'; import { withRef } from '@udecode/cn'; import { PlateElement } from './plate-element'; export const CodeLineElement = withRef((props, ref) => ( ));