app: stop exporting toast display

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-17 15:14:29 +01:00
parent a72fab6b46
commit 26135af5b3
2 changed files with 0 additions and 18 deletions
-14
View File
@@ -15,7 +15,6 @@ import { ExtensionDataRef } from '@backstage/frontend-plugin-api';
import { ExtensionInput } from '@backstage/frontend-plugin-api';
import { IconComponent } from '@backstage/frontend-plugin-api';
import { JSX as JSX_2 } from 'react';
import { JSX as JSX_3 } from 'react/jsx-runtime';
import { NavContentComponent } from '@backstage/plugin-app-react';
import { OverridableExtensionDefinition } from '@backstage/frontend-plugin-api';
import { OverridableFrontendPlugin } from '@backstage/frontend-plugin-api';
@@ -1035,18 +1034,5 @@ const appPlugin: OverridableFrontendPlugin<
>;
export default appPlugin;
// @public
export interface ToastApiMessageDisplayProps {
// @deprecated
anchorOrigin?: {
vertical: 'top' | 'bottom';
horizontal: 'left' | 'center' | 'right';
};
transientTimeoutMs?: number;
}
// @public
export function ToastDisplay(props: ToastApiMessageDisplayProps): JSX_3.Element;
// (No @packageDocumentation comment for this package)
```
-4
View File
@@ -15,7 +15,3 @@
*/
export { appPlugin as default } from './plugin';
// Toast components for alert display
export { ToastDisplay } from './components/Toast';
export type { ToastApiMessageDisplayProps } from './components/Toast';