Refactor #3965 - For DeferredContent
parent
438527feac
commit
44ea75a0cc
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue