Skip to content

Commit

Permalink
Merge pull request #2726 from tugcekucukoglu/dynamic-type
Browse files Browse the repository at this point in the history
Fixed #2699 - Dynamic Dialog : style property TypeScript error
  • Loading branch information
tugcekucukoglu authored Jun 28, 2022
2 parents 0eb2cc8 + 1a50097 commit 9d55b59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/dialog/Dialog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ export interface DialogProps {
* Default value is 'body'.
*/
appendTo?: DialogAppendToType;
/**
* Style of the dynamic dialog.
*/
style?: any;
}

export interface DialogSlots {
Expand Down

0 comments on commit 9d55b59

Please sign in to comment.