Type Alias Component<Props, RawBindings, D, C, M, E, S>

Component<Props, RawBindings, D, C, M, E, S>: ConcreteComponent<Props, RawBindings, D, C, M, E, S> | ComponentPublicInstanceConstructor<Props>

A type used in public APIs where a component type is expected. The constructor type is an artificial type returned by defineComponent().

Type Parameters