@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user