()
| 22 | set id(v: string) { this.attrs.id = v; } |
| 23 | |
| 24 | get width(): string | undefined { return this.attrs.width; } |
| 25 | set width(v: string) { this.attrs.width = v; } |
| 26 | |
| 27 | get height(): string | undefined { return this.attrs.height; } |
no outgoing calls
no test coverage detected