add tsdoc to public exports

Signed-off-by: Ryan Brink <5607577+unredundant@users.noreply.github.com>
This commit is contained in:
Ryan Brink
2022-07-18 07:53:11 -06:00
parent d640a8a88d
commit 421d30d23a
+8
View File
@@ -20,6 +20,10 @@ import {
import { rootRouteRef } from './routes';
/**
* Plugin that allows Apollo Explorer instances to be directly embedded into Backstage
* @public
*/
export const apolloExplorerPlugin = createPlugin({
id: 'apollo-explorer',
routes: {
@@ -27,6 +31,10 @@ export const apolloExplorerPlugin = createPlugin({
},
});
/**
* Main component that wraps the embedded graph(s)
* @public
*/
export const ApolloExplorerPage = apolloExplorerPlugin.provide(
createRoutableExtension({
name: 'ApolloExplorerPage',