UNPKG

gatsby-source-sanity

Version:

Gatsby source plugin for building websites using Sanity.io as a backend.

4 lines (3 loc) 205 B
import { GatsbySsrContext } from './types/gatsby'; import { PluginConfig } from './gatsby-node'; export declare const onRenderBody: ({ setHeadComponents }: GatsbySsrContext, config: PluginConfig) => void;