mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3797 - Use camelcase for pt
This commit is contained in:
parent
ebd8e6283b
commit
afda38b1eb
9 changed files with 30 additions and 30 deletions
4
components/lib/scrollpanel/ScrollPanel.d.ts
vendored
4
components/lib/scrollpanel/ScrollPanel.d.ts
vendored
|
@ -40,11 +40,11 @@ export interface ScrollPanelPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the horizontal panel's DOM element.
|
||||
*/
|
||||
barx?: ScrollPanelPassThroughOptionType;
|
||||
barX?: ScrollPanelPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the vertical panel's DOM element.
|
||||
*/
|
||||
bary?: ScrollPanelPassThroughOptionType;
|
||||
barY?: ScrollPanelPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue