mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Update angular-material.d.ts (#8896)
Add IColorPalette for [$mdColorPalette](https://github.com/angular/material/blob/master/src/core/services/theming/theme.palette.js)
This commit is contained in:
committed by
Masahiro Wakame
parent
491ca65466
commit
151dc309c9
21
angular-material/angular-material.d.ts
vendored
21
angular-material/angular-material.d.ts
vendored
@@ -250,4 +250,25 @@ declare namespace angular.material {
|
||||
interface IMenuService {
|
||||
hide(response?: any, options?: any): angular.IPromise<any>;
|
||||
}
|
||||
|
||||
interface IColorPalette {
|
||||
red: IPalette;
|
||||
pink: IPalette;
|
||||
'deep-purple': IPalette;
|
||||
indigo: IPalette;
|
||||
blue: IPalette;
|
||||
'light-blue': IPalette;
|
||||
cyan: IPalette;
|
||||
teal: IPalette;
|
||||
green: IPalette;
|
||||
'light-green': IPalette;
|
||||
lime: IPalette;
|
||||
yellow: IPalette;
|
||||
amber: IPalette;
|
||||
orange: IPalette;
|
||||
'deep-orange': IPalette;
|
||||
brown: IPalette;
|
||||
grey: IPalette;
|
||||
'blue-grey': IPalette;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user