fix(dees-input-multitoggle): Add missing TypeScript declaration for dees-input-multitoggle

This commit is contained in:
2024-12-17 19:44:47 +01:00
parent afd19dc912
commit 07c68b82a4
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2024-12-17 - 1.3.3 - fix(dees-input-multitoggle)
Add missing TypeScript declaration for dees-input-multitoggle
- Added a missing declaration to the HTMLElementTagNameMap for 'dees-input-multitoggle' element.
## 2024-12-09 - 1.3.2 - fix(metadata)
Updated package metadata and readme for better project description and structure.