feat(html): add element registrations

This commit is contained in:
Rahim
2025-10-30 04:51:51 +00:00
parent 9e4af60361
commit eaaa03c284
54 changed files with 374 additions and 409 deletions
+4
View File
@@ -32,6 +32,10 @@
"./skins/minimal": {
"types": "./dist/skins/minimal.d.ts",
"default": "./dist/skins/minimal.js"
},
"./define/*": {
"types": "./dist/define/*.d.ts",
"default": "./dist/define/*.js"
}
},
"main": "dist/index.js",