mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #9239 from blbigelow/master
adding skipHide as option to IDialogOptions
This commit is contained in:
+1
@@ -95,6 +95,7 @@ declare namespace angular.material {
|
||||
onComplete?: Function;
|
||||
onRemoving?: Function;
|
||||
fullscreen?: boolean;
|
||||
skipHide?: boolean;
|
||||
}
|
||||
|
||||
interface IDialogService {
|
||||
|
||||
Reference in New Issue
Block a user