Update angular-material.d.ts

Added highlightClass to IToastPreset https://material.angularjs.org/latest/api/service/$mdToast#simple
This commit is contained in:
Tim
2016-03-10 13:05:46 +02:00
parent 02b4b5c8e0
commit 4b92d25968

View File

@@ -126,6 +126,7 @@ declare module angular.material {
textContent(content: string): T;
action(action: string): T;
highlightAction(highlightAction: boolean): T;
highlightClass(highlightClass: string): T;
capsule(capsule: boolean): T;
theme(theme: string): T;
hideDelay(delay: number): T;