mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Merge pull request #14499 from rgthree/patch-2
Add `multiple` boolean to angular-material IDialogOptions
This commit is contained in:
Vendored
+1
@@ -106,6 +106,7 @@ declare module 'angular' {
|
||||
onComplete?: Function;
|
||||
onRemoving?: Function;
|
||||
skipHide?: boolean;
|
||||
multiple?: boolean;
|
||||
fullscreen?: boolean; // default: false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user