UNPKG

ntms

Version:

A dead simple way to add i18n to your Next.js app using the Notion API and Deepl

4 lines (3 loc) 130 B
import { RichText } from "../types"; declare const toPlainText: (rich_text: RichText[]) => string; export default toPlainText;