mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
IToastPreset: add missing toastClass() method
Add toastClass() method to IToastPreset according to the docs: https://material.angularjs.org/latest/api/service/$mdToast
This commit is contained in:
committed by
GitHub
parent
fe91970415
commit
b863d18402
1
angular-material/angular-material.d.ts
vendored
1
angular-material/angular-material.d.ts
vendored
@@ -160,6 +160,7 @@ declare namespace angular.material {
|
||||
hideDelay(delay: number): T;
|
||||
position(position: string): T;
|
||||
parent(parent?: string|Element|JQuery): T; // default: root node
|
||||
toastClass(toastClass: string): T;
|
||||
}
|
||||
|
||||
interface ISimpleToastPreset extends IToastPreset<ISimpleToastPreset> {
|
||||
|
||||
Reference in New Issue
Block a user