app: stop exporting toast display
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user