mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
parent
70980de77a
commit
428dbe0469
107 changed files with 753 additions and 753 deletions
6
components/lib/splitter/Splitter.d.ts
vendored
6
components/lib/splitter/Splitter.d.ts
vendored
|
@ -99,15 +99,15 @@ export interface SplitterResizeEndEvent {
|
|||
*/
|
||||
export interface SplitterPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the gutters DOM element.
|
||||
* Used to pass attributes to the gutter's DOM element.
|
||||
*/
|
||||
gutter?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the gutter handles DOM element.
|
||||
* Used to pass attributes to the gutter handle's DOM element.
|
||||
*/
|
||||
gutterHandle?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue