UNPKG

@graphql-yoga/render-graphiql

Version:
3 lines (2 loc) 126 B
import type { GraphiQLOptions } from 'graphql-yoga'; export declare const renderGraphiQL: (opts?: GraphiQLOptions) => string;