UNPKG

vue3-notion

Version:

Vue 3 Unofficial Notion Renderer

5 lines (4 loc) 250 B
import { BlockMap } from "../lib/types"; declare const getPageTable: (pageId: string, apiUrl?: string) => Promise<BlockMap>; declare const getPageBlocks: (pageId: string, apiUrl?: string) => Promise<BlockMap>; export { getPageTable, getPageBlocks };