@naniteninja/dashboard-components-lib 2.1.62 → 2.1.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -2625,7 +2625,6 @@ declare class AlertPopupComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
2625
2625
|
checkboxChange: EventEmitter<any>;
|
|
2626
2626
|
toasterLife: number;
|
|
2627
2627
|
show: boolean;
|
|
2628
|
-
toasterIcon: string;
|
|
2629
2628
|
timeout: number | null;
|
|
2630
2629
|
checkbox: boolean;
|
|
2631
2630
|
destroy$: Subject<void>;
|