UNPKG

@sixbell-telco/sdk

Version:

A collection of reusable components designed for use in Sixbell Telco Angular projects

22 lines (21 loc) 867 B
import { Toast, ToastService } from '../services/toast.service'; import * as i0 from "@angular/core"; /** * @deprecated This component is deprecated. Use @sixbell-telco/sdk/components/sonner instead. */ export declare class ToastsContainerComponent { toastService: ToastService; protected containerClasses: import("@angular/core").Signal<{ 'min-h-64': boolean; 'min-h-48': boolean; 'h-24 min-h-24': boolean; 'h-28 min-h-28': boolean; 'h-0 min-h-0': boolean; }>; handleExpand(): void; handleCollapse(): void; handleRemove(toast: Toast): void; getToastIndex(toast: Toast): number; static ɵfac: i0.ɵɵFactoryDeclaration<ToastsContainerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToastsContainerComponent, "st-toasts-container", never, {}, {}, never, never, true, never>; }