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

Component<Props, RawBindings, D, C extends ComputedOptions, M extends MethodOptions, E extends EmitsOptions | Record<string, any[]>, S extends Record<string, any>>: 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