UNPKG

205 BTypeScriptView Raw
1import { GatsbySsrContext } from './types/gatsby';
2import { PluginConfig } from './gatsby-node';
3export declare const onRenderBody: ({ setHeadComponents }: GatsbySsrContext, config: PluginConfig) => void;