give more flexibility to the dialog width setting (#14570)

* give more flexibility to the dialog width setting

* one more place
This commit is contained in:
Alan Ren
2021-03-05 15:01:29 -08:00
committed by GitHub
parent 63c59ed920
commit 1d60287795
5 changed files with 10 additions and 6 deletions

View File

@@ -718,7 +718,7 @@ declare module 'azdata' {
pageName?: string;
}
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number;
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number | string;
/**
* These dialog styles affect how the dialog dispalys in the application.