@minecraft
    正在准备搜索索引...

    类型别名 ItemComponentReturnType<T>

    ItemComponentReturnType: T extends keyof ItemComponentTypeMap
        ? ItemComponentTypeMap[T]
        : ItemCustomComponentInstance

    类型参数

    • T extends string