UNPKG

gatsby-source-roamresearch

Version:

Source plugin for pulling data into Gatsby from Roam Research

7 lines (6 loc) 179 B
import { Reporter } from "gatsby"; export declare const onPreBoostrap: ({ reporter }: { reporter: Reporter; }, options?: { [key: string]: unknown; } | undefined) => void;