chore: fix api-report warnings

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-05 16:31:39 +02:00
parent c891b694c4
commit 76eaaf3154
2 changed files with 6 additions and 4 deletions
-2
View File
@@ -418,8 +418,6 @@ export function FavoriteToggleIcon({
isFavorite: boolean;
}): React_2.JSX.Element;
// Warning: (ae-missing-release-tag) "FavoriteToggleProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type FavoriteToggleProps = ComponentProps<typeof IconButton> & {
id: string;
@@ -34,10 +34,14 @@ const useStyles = makeStyles<Theme>(
{ name: 'BackstageFavoriteToggleIcon' },
);
// @public (undocumented)
/**
* @public
*/
export type FavoriteToggleIconClassKey = 'icon' | 'iconBorder';
// @public (undocumented)
/**
* @public
*/
export type FavoriteToggleProps = ComponentProps<typeof IconButton> & {
id: string;
title: string;