Merge pull request #2726 from tugcekucukoglu/dynamic-type
Fixed #2699 - Dynamic Dialog : style property TypeScript errorpull/2727/head
commit
9d55b59a3c
|
@ -128,6 +128,10 @@ export interface DialogProps {
|
||||||
* Default value is 'body'.
|
* Default value is 'body'.
|
||||||
*/
|
*/
|
||||||
appendTo?: DialogAppendToType;
|
appendTo?: DialogAppendToType;
|
||||||
|
/**
|
||||||
|
* Style of the dynamic dialog.
|
||||||
|
*/
|
||||||
|
style?: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DialogSlots {
|
export interface DialogSlots {
|
||||||
|
|
Loading…
Reference in New Issue