diff --git a/plugins/graphiql/api-report.md b/plugins/graphiql/api-report.md index c96966c585..a879bd6489 100644 --- a/plugins/graphiql/api-report.md +++ b/plugins/graphiql/api-report.md @@ -72,8 +72,10 @@ export class GraphQLEndpoints implements GraphQLBrowseApi { static github(config: GithubEndpointConfig): GraphQLEndpoint; } +// Warning: (ae-missing-release-tag) "GraphiQLPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// // @public (undocumented) -export const Router: () => JSX.Element; +export function Router(): JSX.Element; // (No @packageDocumentation comment for this package) ```