Refactor #3965 - For DeferredContent

pull/4004/head
Bahadır Sofuoğlu 2023-05-25 19:34:56 +03:00
parent 438527feac
commit 44ea75a0cc
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}
/**