TypeScript: Using “this” type in Generic Mixin when declaration=true?

前端 未结 0 572
说谎
说谎 2021-01-22 04:17

When I use the following code in an index.ts-file, everything works fine:

class A {
  constructor(public t1: T) {}
}
class B ex         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题