UNPKG

sanity-next-social-image-generator

Version:
3 lines (2 loc) 190 B
import { Client, ClientConfigOptions } from './types'; export declare const createImageClient: ({ dataset, projectId, apiVersion, useCdn, token, redisUrl, }: ClientConfigOptions) => Client;