UNPKG

vue3-notion

Version:

Vue 3 Unofficial Notion Renderer

9 lines (8 loc) 399 B
import { BlockMap } from "./types"; declare const useGetPageBlocks: (pageId: string, apiUrl?: string | undefined) => { data: import("vue").Ref<BlockMap | undefined, BlockMap | undefined>; }; declare const useGetPageTable: (pageId: string, apiUrl?: string | undefined) => { data: import("vue").Ref<BlockMap | undefined, BlockMap | undefined>; }; export { useGetPageBlocks, useGetPageTable };