mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #5592 - For ScrollPanel, Splitter, Stepper
This commit is contained in:
parent
8c6c62db04
commit
6d688ef675
12 changed files with 49 additions and 53 deletions
4
components/lib/splitter/Splitter.d.ts
vendored
4
components/lib/splitter/Splitter.d.ts
vendored
|
@ -107,9 +107,9 @@ export interface SplitterPassThroughOptions {
|
|||
*/
|
||||
gutter?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the gutter handler's DOM element.
|
||||
* Used to pass attributes to the gutter handle's DOM element.
|
||||
*/
|
||||
gutterHandler?: SplitterPassThroughOptionType;
|
||||
gutterHandle?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
* Used to manage all lifecycle hooks.
|
||||
* @see {@link BaseComponent.ComponentHooks}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue