chore: Updated API report.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
Marley Powell
2021-11-30 09:46:46 +00:00
parent 77f36290e5
commit ce734226d2
+7 -1
View File
@@ -22,7 +22,13 @@ export const AzurePullRequestsIcon: (props: SvgIconProps) => JSX.Element;
// Warning: (ae-missing-release-tag) "AzurePullRequestsPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const AzurePullRequestsPage: () => JSX.Element;
export const AzurePullRequestsPage: ({
projectName,
pollingInterval,
}: {
projectName?: string | undefined;
pollingInterval?: number | undefined;
}) => JSX.Element;
// Warning: (ae-missing-release-tag) "EntityAzurePipelinesContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//