Merge pull request #2726 from tugcekucukoglu/dynamic-type

Fixed #2699 - Dynamic Dialog : style property TypeScript error
pull/2727/head
Tuğçe Küçükoğlu 2022-06-28 14:41:30 +03:00 committed by GitHub
commit 9d55b59a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {