mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - For DataView
This commit is contained in:
parent
7031e1d6d4
commit
f46a6baa0d
3 changed files with 118 additions and 86 deletions
5
components/lib/dataview/DataView.d.ts
vendored
5
components/lib/dataview/DataView.d.ts
vendored
|
@ -202,6 +202,11 @@ export interface DataViewProps {
|
|||
* @type {DataViewPassThroughOptions}
|
||||
*/
|
||||
pt?: DataViewPassThroughOptions;
|
||||
/**
|
||||
* 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