Skip to content

Instantly share code, notes, and snippets.

//@flow
import React from "react";
import PrismicIO from "prismic-javascript";
import type { APIOptions, Response } from "prismic-javascript";
type Props = {
url: string,
apiOptions: APIOptions,
query: any,
callback: any => any,