Merge pull request #8476 from 4tron/patch-3

Update angular-material.d.ts
This commit is contained in:
Masahiro Wakame
2016-03-12 01:01:48 +09:00
+1
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;