docs: add tag public on readme card and update api-reports
Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
@@ -235,8 +235,6 @@ export const EntityAzurePullRequestsContent: (props: {
|
||||
defaultLimit?: number | undefined;
|
||||
}) => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "EntityAzureReadmeCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const EntityAzureReadmeCard: (props: {
|
||||
maxHeight?: number | undefined;
|
||||
|
||||
@@ -109,6 +109,7 @@ export const EntityAzurePullRequestsContent = azureDevOpsPlugin.provide(
|
||||
}),
|
||||
);
|
||||
|
||||
/** @public */
|
||||
export const EntityAzureReadmeCard = azureDevOpsPlugin.provide(
|
||||
createComponentExtension({
|
||||
name: 'EntityAzureReadmeCard',
|
||||
|
||||
Reference in New Issue
Block a user