mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
fix: registering sl-radio twice (#2016)
This commit is contained in:
@@ -116,9 +116,3 @@ export default class SlRadio extends ShoelaceElement {
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface HTMLElementTagNameMap {
|
||||
'sl-radio': SlRadio;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user