mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-24 05:47:44 +08:00
Added height property to IDialogOptions
This commit is contained in:
5
ng-dialog/ng-dialog.d.ts
vendored
5
ng-dialog/ng-dialog.d.ts
vendored
@@ -227,6 +227,11 @@ declare namespace angular.dialog {
|
||||
* Specifies the width of the dialog content element. Default value is null (unspecified)
|
||||
*/
|
||||
width?: string|number;
|
||||
|
||||
/**
|
||||
* Specifies the height of the dialog content element. Default value is null (unspecified)
|
||||
*/
|
||||
height?: string|number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user