Document the description prop on NotificationDescription
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
@@ -61,7 +61,6 @@ export const NotificationDescription: {
|
||||
|
||||
// @public
|
||||
export interface NotificationDescriptionProps {
|
||||
// (undocumented)
|
||||
description: string;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,9 @@ import { createSwappableComponent } from '@backstage/frontend-plugin-api';
|
||||
* @public
|
||||
*/
|
||||
export interface NotificationDescriptionProps {
|
||||
/**
|
||||
* The plain-text description of the notification.
|
||||
*/
|
||||
description: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user