chore: commit with warnings for now

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-09-06 10:28:28 +02:00
parent 1f00a3bd43
commit 06407c0ec0
+3 -1
View File
@@ -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)
```