UNPKG

126 BTypeScriptView Raw
1import type { GraphiQLOptions } from 'graphql-yoga';
2export declare const renderGraphiQL: (opts?: GraphiQLOptions) => string;