()
| 25 | set width(v: string) { this.attrs.width = v; } |
| 26 | |
| 27 | get height(): string | undefined { return this.attrs.height; } |
| 28 | set height(v: string) { this.attrs.height = v; } |
| 29 | |
| 30 | get className(): string | undefined { return this.attrs.class; } |
no outgoing calls
no test coverage detected