Docs (4.0.0)
Views

type ViewClass

Type definition for a constructor that instantiates a View object.

type ViewClass<T extends View = View> = new (...args: any[]) => T