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