Type alias MaybeClass<T>

MaybeClass<T>: Constructor<T> | {
    default: Constructor<T>;
} | {
    [k: string]: Constructor<T>;
}

Type Parameters

  • T extends {}

Type declaration

Type declaration

Generated using TypeDoc