matcha-components 20.279.0 → 20.280.0
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
|
@@ -3237,7 +3237,7 @@ declare class MatchaSnackBarComponent implements OnInit, OnDestroy {
|
|
|
3237
3237
|
visible: boolean;
|
|
3238
3238
|
private timeoutId;
|
|
3239
3239
|
get colorAttr(): "error" | "warning" | "info" | "success";
|
|
3240
|
-
get positionAttr(): "
|
|
3240
|
+
get positionAttr(): "top" | "bottom";
|
|
3241
3241
|
get classes(): string;
|
|
3242
3242
|
constructor(snackBarService: MatchaSnackBarService);
|
|
3243
3243
|
ngOnInit(): void;
|