Core API Overview > @adpt/core > ComponentType
ComponentType type
Signature:
export declare type ComponentType<P extends object> = FunctionComponentTyp<P> | ClassComponentTyp<P, AnyState> | DeferredClassComponentTyp<P, AnyState> | PrimitiveClassComponentTyp<P>;