Fixed #2699 - Dynamic Dialog : style property TypeScript error
parent
0eb2cc80bd
commit
1a50097885
|
@ -128,6 +128,10 @@ export interface DialogProps {
|
|||
* Default value is 'body'.
|
||||
*/
|
||||
appendTo?: DialogAppendToType;
|
||||
/**
|
||||
* Style of the dynamic dialog.
|
||||
*/
|
||||
style?: any;
|
||||
}
|
||||
|
||||
export interface DialogSlots {
|
||||
|
|
Loading…
Reference in New Issue