mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 11:45:58 +08:00
Merge pull request #4264 from tom5760/angular-material-toast-position
Add position() method to mdToastPreset.
This commit is contained in:
1
angular-material/angular-material.d.ts
vendored
1
angular-material/angular-material.d.ts
vendored
@@ -102,6 +102,7 @@ declare module angular.material {
|
||||
capsule(capsule: boolean): T;
|
||||
theme(theme: string): T;
|
||||
hideDelay(delay: number): T;
|
||||
position(position: string): T;
|
||||
}
|
||||
|
||||
interface MDSimpleToastPreset extends MDToastPreset<MDSimpleToastPreset> {
|
||||
|
||||
Reference in New Issue
Block a user