UNPKG

128 BTypeScriptView Raw
1import { GatsbyNode } from '../types/gatsby';
2export declare const removeGatsbyInternalProps: (node: GatsbyNode) => GatsbyNode;