ExtractMixin<T>: {
    Mixin: MixinToOptionTypes<T>;
}[T extends ComponentOptionsMixin
    ? "Mixin"
    : never]

Type Parameters

  • T