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

    类型别名 BlockComponentReturnType<T>

    BlockComponentReturnType: T extends keyof BlockComponentTypeMap
        ? BlockComponentTypeMap[T]
        : BlockCustomComponentInstance

    类型参数

    • T extends string