feat: updated api-reports

Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
This commit is contained in:
Kamil Wolny
2022-08-02 16:16:17 +01:00
parent ffd5e47fb5
commit 0ef08ee6bf
+2 -8
View File
@@ -9,16 +9,10 @@ import { BackstagePlugin } from '@backstage/core-plugin-api';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const GitHubIssuesCard: ({
itemsPerPage,
itemsPerRepo,
}: GitHubIssuesProps) => JSX.Element;
export const GitHubIssuesCard: (props: GitHubIssuesProps) => JSX.Element;
// @public (undocumented)
export const GitHubIssuesPage: ({
itemsPerPage,
itemsPerRepo,
}: GitHubIssuesProps) => JSX.Element;
export const GitHubIssuesPage: (props: GitHubIssuesProps) => JSX.Element;
// @public (undocumented)
export const gitHubIssuesPlugin: BackstagePlugin<