UNPKG

gatsby-source-prismic

Version:

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

11 lines (9 loc) 287 B
/** * Exports in this file are provided only for use in Gatsby plugins related to * `gatsby-source-prismic`. * * These exports are intended only for internal use and should be considered unstable. */ export * from "./types"; export * from "./constants"; export * from "./runtime";