UNPKG

gatsby-source-prismic

Version:

Gatsby source plugin for building websites using Prismic as a data source

6 lines (5 loc) 303 B
import type { GatsbyGraphQLInputObjectType, NodePluginSchema } from "gatsby"; export type BuildImgixParamsInputObjectTypeConfig = { schema: NodePluginSchema; }; export declare const buildImgixURLParamsInputObjectType: (config: BuildImgixParamsInputObjectTypeConfig) => GatsbyGraphQLInputObjectType;