UNPKG

@porsche-design-system/components-angular

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

8 lines (7 loc) 299 B
import type { ToastMessage } from './public-api'; import * as i0 from "@angular/core"; export declare class ToastManager { addMessage(message: ToastMessage): void; static ɵfac: i0.ɵɵFactoryDeclaration<ToastManager, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ToastManager>; }