UNPKG

gatsby-source-sanity

Version:

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

3 lines (2 loc) 128 B
import { GatsbyNode } from '../types/gatsby'; export declare const removeGatsbyInternalProps: (node: GatsbyNode) => GatsbyNode;