Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
UnwrapSlotsType
Type alias UnwrapSlotsType<S, T>
Unwrap
Slots
Type
<
S
extends
SlotsType
,
T
>
:
[
keyof
S
]
extends
[
never
]
?
Slots
:
Readonly
<
Prettify
<
{
[
K
in
keyof
T
]
:
NonNullable
<
T
[
K
]
>
extends
(
(
...
args
:
any
[]
)
=>
any
)
?
T
[
K
]
:
Slot
<
T
[
K
]
>
}
>
>
Type Parameters
S
extends
SlotsType
T
=
NonNullable
<
S
[
typeof
SlotSymbol
]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Official Cockpit API Documentation
Houston Common Library
Loading...