The max height for the vertical divider. When this is <= 0
, the hook will
be disabled.
When the value is between 0 and 1, it will be used as a multiplier with the
parent element's height. When the value is greater than 1, it will be used
in Math.min(parentElementHeight, maxHeight)
.
An optional ref to merge with the returned ref.
An optional style object to merge with the divider's height style.
Generated using TypeDoc
@since 5.0.0