create view constructor interface of Type T
T
interface ConstructorOfView<T> { new(): T; readonly prototype: T;} Copy
interface ConstructorOfView<T> { new(): T; readonly prototype: T;}
create view constructor interface of Type
T