mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add width to IDialogOptions
This commit is contained in:
5
ng-dialog/ng-dialog.d.ts
vendored
5
ng-dialog/ng-dialog.d.ts
vendored
@@ -222,6 +222,11 @@ declare namespace angular.dialog {
|
||||
* If specified, the first matching element is used.
|
||||
*/
|
||||
ariaDescribedBySelector?: string;
|
||||
|
||||
/**
|
||||
* Specifies the width of the dialog content element. Default value is null (unspecified)
|
||||
*/
|
||||
width?: string|number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user