| 23 | } |
| 24 | declare global { |
| 25 | interface HTMLMyComponentElement extends Components.MyComponent, HTMLStencilElement {} |
| 26 | var HTMLMyComponentElement: { |
| 27 | prototype: HTMLMyComponentElement; |
| 28 | new (): HTMLMyComponentElement; |
nothing calls this directly
no outgoing calls
no test coverage detected