toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-mui-base
/
mui.base
/
UseTabPanelReturnValue
Use
Tab
Panel
Return
Value
external
interface
UseTabPanelReturnValue
(
source
)
Members
Properties
get
Root
Props
Link copied to clipboard
abstract
var
getRootProps
:
Props
Resolver for the root slot's props.
hidden
Link copied to clipboard
abstract
var
hidden
:
Boolean
If
true
, it indicates that the tab panel will be hidden.
root
Ref
Link copied to clipboard
abstract
var
rootRef
:
Ref
<
HTMLElement
>