()
| 43 | } |
| 44 | |
| 45 | constructor() { |
| 46 | super(); |
| 47 | this.variant = 'primary'; |
| 48 | this.size = 'medium'; |
| 49 | this.type = 'button'; |
| 50 | this.loading = false; |
| 51 | this.disabled = false; |
| 52 | this.fullWidth = false; |
| 53 | } |
| 54 | |
| 55 | connectedCallback() { |
| 56 | // Capture the author's children (the label) before Lit's first render |
nothing calls this directly
no outgoing calls
no test coverage detected