()
| 91 | return findTarget(this, "styledInputContainer") as HTMLDivElement; |
| 92 | } |
| 93 | get styledInput(): HTMLElement { |
| 94 | return findTarget(this, "styledInput") as HTMLElement; |
| 95 | } |
| 96 | get overlay(): HTMLElement { |
| 97 | return findTarget(this, "overlay") as HTMLElement; |
| 98 | } |
nothing calls this directly
no outgoing calls
no test coverage detected