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