From 1a50097885dcbf6bacb43cf28dcdc0580422f1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 28 Jun 2022 14:41:12 +0300 Subject: [PATCH] Fixed #2699 - Dynamic Dialog : style property TypeScript error --- src/components/dialog/Dialog.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/dialog/Dialog.d.ts b/src/components/dialog/Dialog.d.ts index 111a2e410..537616b12 100755 --- a/src/components/dialog/Dialog.d.ts +++ b/src/components/dialog/Dialog.d.ts @@ -128,6 +128,10 @@ export interface DialogProps { * Default value is 'body'. */ appendTo?: DialogAppendToType; + /** + * Style of the dynamic dialog. + */ + style?: any; } export interface DialogSlots {