mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3965 - For ScrollPanel
This commit is contained in:
parent
4a7f554d88
commit
6174cdde94
3 changed files with 117 additions and 82 deletions
5
components/lib/scrollpanel/ScrollPanel.d.ts
vendored
5
components/lib/scrollpanel/ScrollPanel.d.ts
vendored
|
@ -93,6 +93,11 @@ export interface ScrollPanelProps {
|
|||
* @type {ScrollPanelPassThroughOptions}
|
||||
*/
|
||||
pt?: ScrollPanelPassThroughOptions;
|
||||
/**
|
||||
* 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