SlotsType<T extends Record<string, any>>: {
    [SlotSymbol]?: T;
}

Type Parameters

Type declaration

  • Optional [SlotSymbol]?: T