Fixed #2699 - Dynamic Dialog : style property TypeScript error

pull/2726/head
Tuğçe Küçükoğlu 2022-06-28 14:41:12 +03:00
parent 0eb2cc80bd
commit 1a50097885
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ export interface DialogProps {
* Default value is 'body'.
*/
appendTo?: DialogAppendToType;
/**
* Style of the dynamic dialog.
*/
style?: any;
}
export interface DialogSlots {