How to typeguard the children of an Element in React

后端 未结 0 984
忘了有多久
忘了有多久 2021-01-16 07:56

I have two custom element classes:

class A extends ... { ... }
customElements.define("phi-a", A);
class B extends ... { ... }
customElements.define(         


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