"use client"; import { type PlateElementProps, PlateElement } from "platejs/react"; export function BlockquoteElement(props: PlateElementProps) { return ; }