Skip to content

Commit

Permalink
fix: registering sl-radio twice (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
cptKNJO committed May 14, 2024
1 parent 9767e84 commit 06a27dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/radio/radio.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,3 @@ export default class SlRadio extends ShoelaceElement {
`;
}
}

declare global {
interface HTMLElementTagNameMap {
'sl-radio': SlRadio;
}
}

0 comments on commit 06a27dd

Please sign in to comment.