Refactor #5592 - For ScrollPanel, Splitter, Stepper

This commit is contained in:
tugcekucukoglu 2024-04-30 17:09:49 +03:00
parent 8c6c62db04
commit 6d688ef675
12 changed files with 49 additions and 53 deletions

View file

@ -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}