mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Update angular-material.d.ts
Added highlightClass to IToastPreset https://material.angularjs.org/latest/api/service/$mdToast#simple
This commit is contained in:
1
angular-material/angular-material.d.ts
vendored
1
angular-material/angular-material.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user