UNPKG

notion-astro-loader

Version:

Notion loader for the Astro Content Layer API. It allows you to load pages from a Notion database then render them as pages in a collection.

4 lines 239 B
export { richTextToPlainText, fileToUrl, fileToImageAsset } from "./format.js"; export { type NotionLoaderOptions, notionLoader } from "./loader.js"; export { notionPageSchema } from "./schemas/page.js"; //# sourceMappingURL=index.d.ts.map