import { OutputBlockData } from "@editorjs/editorjs"; export const quote = ({ data }: OutputBlockData): string => { return `
${data.text}