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

Type Parameters

  • T extends Record<string, any> = Record<string, any>