mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3965 - For DeferredContent
This commit is contained in:
parent
438527feac
commit
44ea75a0cc
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@ export interface DeferredContentProps {
|
||||||
* @type {DeferredContentPassThroughOptions}
|
* @type {DeferredContentPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
pt?: DeferredContentPassThroughOptions;
|
pt?: DeferredContentPassThroughOptions;
|
||||||
|
/**
|
||||||
|
* When enabled, it removes component related styles in the core.
|
||||||
|
* @defaultValue false
|
||||||
|
*/
|
||||||
|
unstyled?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue