@yesstudio/nuxt-composables
Preparing search index...
UnwrapSlotsType
Type Alias UnwrapSlotsType<S, T>
UnwrapSlotsType
:
[
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
Inherited
External
Theme
OS
Light
Dark
@yesstudio/nuxt-composables
Loading...