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> Type Parameters
Props = any
RawBindings = any
D = any
E extends EmitsOptions | Record<string, any[]> = {}
S extends Record<string, any> = any
A type used in public APIs where a component type is expected. The constructor type is an artificial type returned by defineComponent().