For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/types/BlockComponentReturnType.md.

Type Alias: BlockComponentReturnType<T>

block component

BlockComponentReturnType<T> = T extends keyof BlockComponentTypeMap ? BlockComponentTypeMap[T] : BlockCustomComponentInstance

Beta

Type Parameters

T

T extends string

同领域相关