Merge pull request #4264 from tom5760/angular-material-toast-position

Add position() method to mdToastPreset.
This commit is contained in:
Masahiro Wakame
2015-05-06 23:30:29 +09:00

View File

@@ -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> {