Interface ConstructorOfView<T>

interface ConstructorOfView<T> {
    new ConstructorOfView(): T;
    prototype: T;
}

Type Parameters

  • T

Constructors

Properties

Constructors

Properties

prototype: T