(cb: (component: ButtonComponent) => void)
| 155 | } |
| 156 | |
| 157 | addButton(cb: (component: ButtonComponent) => void): this { |
| 158 | cb(new ButtonComponent(this.controlEl)); |
| 159 | return this; |
| 160 | } |
| 161 | } |
| 162 | |
| 163 | return { |
no outgoing calls
no test coverage detected