UNPKG

gatsby-plugin-next-seo

Version:
6 lines 523 B
import { RenderBodyArgs, WrapPageElementNodeArgs, WrapRootElementNodeArgs } from 'gatsby'; import { GatsbySeoPluginOptions } from './types'; export declare const onRenderBody: ({ setHeadComponents, setHtmlAttributes, setBodyAttributes, }: RenderBodyArgs) => void; export declare const wrapPageElement: ({ element }: WrapPageElementNodeArgs, options: GatsbySeoPluginOptions) => JSX.Element; export declare const wrapRootElement: ({ element }: WrapRootElementNodeArgs) => JSX.Element; //# sourceMappingURL=gatsby-ssr.d.ts.map