Typeseedcordv0.10.6InternalExtractComponentUtility type to extract the underlying component type from builder components. type ExtractComponent<TComp> = TComp extends { component: infer C } ? C : never;type ExtractComponent<TComp> = TComp extends { component: infer C } ? C : never;Type parametersTCompTCompTComp