Skip to content

Type Alias: SlotsType<T>

ts
type SlotsType<T> = {
  [SlotSymbol]?: T;
};

Type Parameters

Type ParameterDefault type
T extends Record<string, any>Record<string, any>

Properties

PropertyType
[SlotSymbol]?T