Skip to content
@nhtio/lucid-resourceful-vue-components
Search
K
Main Navigation
Home
Quick Start
API
Appearance
Menu
Return to top
On this page
Type Alias: SlotsType<T>
ts
type
SlotsType
<
T
>
=
{
[SlotSymbol]
?:
T
;
};
Type Parameters
Type Parameter
Default type
T
extends
Record
<
string
,
any
>
Record
<
string
,
any
>
Properties
Property
Type
[SlotSymbol]?
T