UNPKG

gatsby-source-prismic

Version:

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

4 lines (3 loc) 207 B
import type { PluginOptionsSchemaArgs } from "gatsby"; import type { ObjectSchema } from "gatsby-plugin-utils"; export declare const pluginOptionsSchema: ({ Joi, }: PluginOptionsSchemaArgs) => ObjectSchema;