fix(directives): Add explicit type annotations to subscribeWithTemplate directive export

This commit is contained in:
2025-04-18 19:22:57 +00:00
parent af2b4048d0
commit 2e64489e9b
3 changed files with 19 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-element',
version: '2.0.41',
version: '2.0.42',
description: 'A library for creating custom elements extending the lit element class with additional functionalities.'
}