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) 278 B
import { database_id, translationsDictonnary, fetchTranslationOptions } from "./types"; declare const fetchTranslation: (databases: database_id[], { locale, defaultLocale, deepl }: fetchTranslationOptions) => Promise<translationsDictonnary>; export default fetchTranslation;