Type alias Component<Props, RawBindings, D, C, M>

Component<Props, RawBindings, D, C, M>: ConcreteComponent<Props, RawBindings, D, C, M> | 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

Generated using TypeDoc