From 44ea75a0cc699ab29c810b7de64cec17a7a1c022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Thu, 25 May 2023 19:34:56 +0300 Subject: [PATCH] Refactor #3965 - For DeferredContent --- components/lib/deferredcontent/DeferredContent.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/lib/deferredcontent/DeferredContent.d.ts b/components/lib/deferredcontent/DeferredContent.d.ts index 74ee08c6c..441bf4f4d 100755 --- a/components/lib/deferredcontent/DeferredContent.d.ts +++ b/components/lib/deferredcontent/DeferredContent.d.ts @@ -58,6 +58,11 @@ export interface DeferredContentProps { * @type {DeferredContentPassThroughOptions} */ pt?: DeferredContentPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /**